#67EAFF

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

Shades of Baby Blue #67EAFF

Tints of Baby Blue #67EAFF

Color information

#67EAFF (or 0x67EAFF) is unknown color: approx Baby Blue. HEX triplet: 67, EA and FF. RGB value is (103,234,255). Sum of RGB (Red+Green+Blue) = 103+234+255=592 (78% of max value = 765). Red value is 103 (40.62% from 255 or 17.40% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #67EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67EAFF is #981500. Grayscale: #C5C5C5. Windows color (decimal): -9966849 or 16771687. OLE color: 16771687.

HSL color Cylindrical-coordinate representation of color #67EAFF: hue angle of 188.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67EAFF is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB103234255-
CMYK0.600.0800
HSL188.29º100%70.2%-
HSV(B)188.29º59.61%100%-
XYZ53.0768.95105.12-
YUV197.22160.660.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.40%
GREEN value IS 234 (91.80% from 255) = 39.53%
BLUE value IS 255 (100% from 255) = 43.07%
R=17.40%
G=39.53%
B=43.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1032342550.600.0800188.2910070.2
Hex67EAFF3C800bc6446
Octal147352377741000274144106
Binary110011111101010111111111111001000001011110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,234,255); }

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

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

 a { background-color: rgb(103,234,255); }

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

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

 span { border-color: rgb(103,234,255); }

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