#65FEF8

Color #65FEF8 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #65FEF8

Tints of Baby Blue #65FEF8

Color information

#65FEF8 (or 0x65FEF8) is unknown color: approx Baby Blue. HEX triplet: 65, FE and F8. RGB value is (101,254,248). Sum of RGB (Red+Green+Blue) = 101+254+248=603 (79% of max value = 765). Red value is 101 (39.84% from 255 or 16.75% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 248 (97.27% from 255 or 41.13% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FEF8 is #9A0107. Grayscale: #CFCFCF. Windows color (decimal): -10092808 or 16318053. OLE color: 16318053.

HSL color Cylindrical-coordinate representation of color #65FEF8: hue angle of 177.65º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FEF8 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB101254248-
CMYK0.6000.020.00
HSL177.65º98.71%69.61%-
HSV(B)177.65º60.24%99.61%-
XYZ57.7580.43101.29-
YUV207.57150.8151.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 16.75%
GREEN value IS 254 (99.61% from 255) = 42.12%
BLUE value IS 248 (97.27% from 255) = 41.13%
R=16.75%
G=42.12%
B=41.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1012542480.6000.020.00177.6598.7169.61
Hex65FEF83C020b26346
Octal14537637074020262143106
Binary1100101111111101111100011110001001011001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65FEF8; }

 p { color: rgb(101,254,248); }

 H1.HeaderClassName
 {
   color: #65FEF8;
 }
 .AnyTagClassName
 {
   color: #65FEF8;
 }
</style>
background-color css

<style>
 a { background-color: #65FEF8; }

 a { background-color: rgb(101,254,248); }

 div.DivClassName
 {
   background-color: #65FEF8;
 }
 .BgClassName
 {
   background-color: #65FEF8;
 }
</style>
border-color css

<style>
 span { border-color: #65FEF8; }

 span { border-color: rgb(101,254,248); }

 td.TdClassName
 {
   border-color: #65FEF8;
 }
 .TagClassName
 {
   border-color: #65FEF8;
 }
</style>