#67FDEC

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

Shades of Baby Blue #67FDEC

Tints of Baby Blue #67FDEC

Color information

#67FDEC (or 0x67FDEC) is unknown color: approx Baby Blue. HEX triplet: 67, FD and EC. RGB value is (103,253,236). Sum of RGB (Red+Green+Blue) = 103+253+236=592 (78% of max value = 765). Red value is 103 (40.62% from 255 or 17.40% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #67FDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FDEC is #980213. Grayscale: #CECECE. Windows color (decimal): -9962004 or 15531367. OLE color: 15531367.

HSL color Cylindrical-coordinate representation of color #67FDEC: hue angle of 173.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FDEC is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB103253236-
CMYK0.5900.070.01
HSL173.2º97.4%69.8%-
HSV(B)173.2º59.29%99.22%-
XYZ55.8679.1991.7-
YUV206.21144.854.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.40%
GREEN value IS 253 (99.22% from 255) = 42.74%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=17.40%
G=42.74%
B=39.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1032532360.5900.070.01173.297.469.8
Hex67FDEC3B071ad6146
Octal14737535473071255141106
Binary11001111111110111101100111011011111010110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67FDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67FDEC; }

 p { color: rgb(103,253,236); }

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

<style>
 a { background-color: #67FDEC; }

 a { background-color: rgb(103,253,236); }

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

<style>
 span { border-color: #67FDEC; }

 span { border-color: rgb(103,253,236); }

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