#67EDFD

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

Shades of Baby Blue #67EDFD

Tints of Baby Blue #67EDFD

Color information

#67EDFD (or 0x67EDFD) is unknown color: approx Baby Blue. HEX triplet: 67, ED and FD. RGB value is (103,237,253). Sum of RGB (Red+Green+Blue) = 103+237+253=593 (78% of max value = 765). Red value is 103 (40.62% from 255 or 17.37% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #67EDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67EDFD is #981202. Grayscale: #C6C6C6. Windows color (decimal): -9966083 or 16641383. OLE color: 16641383.

HSL color Cylindrical-coordinate representation of color #67EDFD: hue angle of 186.4º 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 #67EDFD is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB103237253-
CMYK0.590.0600.01
HSL186.4º97.4%69.8%-
HSV(B)186.4º59.29%99.22%-
XYZ53.6170.54103.72-
YUV198.76158.6159.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.37%
GREEN value IS 237 (92.97% from 255) = 39.97%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=17.37%
G=39.97%
B=42.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1032372530.590.0600.01186.497.469.8
Hex67EDFD3B601ba6146
Octal14735537573601272141106
Binary11001111110110111111101111011110011011101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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