#65EEF2

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

Shades of Baby Blue #65EEF2

Tints of Baby Blue #65EEF2

Color information

#65EEF2 (or 0x65EEF2) is unknown color: approx Baby Blue. HEX triplet: 65, EE and F2. RGB value is (101,238,242). Sum of RGB (Red+Green+Blue) = 101+238+242=581 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.38% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #65EEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EEF2 is #9A110D. Grayscale: #C5C5C5. Windows color (decimal): -10096910 or 15920741. OLE color: 15920741.

HSL color Cylindrical-coordinate representation of color #65EEF2: hue angle of 181.7º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EEF2 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB101238242-
CMYK0.580.0200.05
HSL181.7º84.43%67.25%-
HSV(B)181.7º58.26%94.9%-
XYZ51.9770.3394.84-
YUV197.49153.1159.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.38%
GREEN value IS 238 (93.36% from 255) = 40.96%
BLUE value IS 242 (94.92% from 255) = 41.65%
R=17.38%
G=40.96%
B=41.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1012382420.580.0200.05181.784.4367.25
Hex65EEF23A205b65443
Octal14535636272205266124103
Binary110010111101110111100101110101001011011011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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