#67FAED

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

Shades of Baby Blue #67FAED

Tints of Baby Blue #67FAED

Color information

#67FAED (or 0x67FAED) is unknown color: approx Baby Blue. HEX triplet: 67, FA and ED. RGB value is (103,250,237). Sum of RGB (Red+Green+Blue) = 103+250+237=590 (78% of max value = 765). Red value is 103 (40.62% from 255 or 17.46% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #67FAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FAED is #980512. Grayscale: #CCCCCC. Windows color (decimal): -9962771 or 15596135. OLE color: 15596135.

HSL color Cylindrical-coordinate representation of color #67FAED: hue angle of 174.69º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FAED is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB103250237-
CMYK0.5900.050.02
HSL174.69º93.63%69.22%-
HSV(B)174.69º58.8%98.04%-
XYZ55.0777.3792.15-
YUV204.56146.355.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.46%
GREEN value IS 250 (98.05% from 255) = 42.37%
BLUE value IS 237 (92.97% from 255) = 40.17%
R=17.46%
G=42.37%
B=40.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1032502370.5900.050.02174.6993.6369.22
Hex67FAED3B052af5e45
Octal14737235573052257136105
Binary110011111111010111011011110110101101010111110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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