#65EEFF

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

Shades of Baby Blue #65EEFF

Tints of Baby Blue #65EEFF

Color information

#65EEFF (or 0x65EEFF) is unknown color: approx Baby Blue. HEX triplet: 65, EE and FF. RGB value is (101,238,255). Sum of RGB (Red+Green+Blue) = 101+238+255=594 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.00% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #65EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EEFF is #9A1100. Grayscale: #C6C6C6. Windows color (decimal): -10096897 or 16772709. OLE color: 16772709.

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

Color convert

RGB101238255-
CMYK0.600.0700
HSL186.62º100%69.8%-
HSV(B)186.62º60.39%100%-
XYZ53.9971.14105.49-
YUV198.97159.6158.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.00%
GREEN value IS 238 (93.36% from 255) = 40.07%
BLUE value IS 255 (100% from 255) = 42.93%
R=17.00%
G=40.07%
B=42.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1012382550.600.0700186.6210069.8
Hex65EEFF3C700bb6446
Octal14535637774700273144106
Binary11001011110111011111111111100111001011101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,238,255); }

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

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

 a { background-color: rgb(101,238,255); }

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

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

 span { border-color: rgb(101,238,255); }

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