#65F2ED

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

Shades of Baby Blue #65F2ED

Tints of Baby Blue #65F2ED

Color information

#65F2ED (or 0x65F2ED) is unknown color: approx Baby Blue. HEX triplet: 65, F2 and ED. RGB value is (101,242,237). Sum of RGB (Red+Green+Blue) = 101+242+237=580 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.41% from 580); Green value is 242 (94.92% from 255 or 41.72% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 242 - color contains mainly: green. Hex color #65F2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F2ED is #9A0D12. Grayscale: #C7C7C7. Windows color (decimal): -10095891 or 15594085. OLE color: 15594085.

HSL color Cylindrical-coordinate representation of color #65F2ED: hue angle of 177.87º 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 #65F2ED is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB101242237-
CMYK0.5800.020.05
HSL177.87º84.43%67.25%-
HSV(B)177.87º58.26%94.9%-
XYZ52.4172.3991.33-
YUV199.27149.2957.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.41%
GREEN value IS 242 (94.92% from 255) = 41.72%
BLUE value IS 237 (92.97% from 255) = 40.86%
R=17.41%
G=41.72%
B=40.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1012422370.5800.020.05177.8784.4367.25
Hex65F2ED3A025b25443
Octal14536235572025262124103
Binary110010111110010111011011110100101011011001010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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