#6AEEFE

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

Shades of Baby Blue #6AEEFE

Tints of Baby Blue #6AEEFE

Color information

#6AEEFE (or 0x6AEEFE) is unknown color: approx Baby Blue. HEX triplet: 6A, EE and FE. RGB value is (106,238,254). Sum of RGB (Red+Green+Blue) = 106+238+254=598 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.73% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AEEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEEFE is #951101. Grayscale: #C8C8C8. Windows color (decimal): -9769218 or 16707178. OLE color: 16707178.

HSL color Cylindrical-coordinate representation of color #6AEEFE: hue angle of 186.49º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AEEFE is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB106238254-
CMYK0.580.0600.00
HSL186.49º98.67%70.59%-
HSV(B)186.49º58.27%99.61%-
XYZ54.4171.37104.67-
YUV200.36158.2760.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 17.73%
GREEN value IS 238 (93.36% from 255) = 39.80%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=17.73%
G=39.80%
B=42.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1062382540.580.0600.00186.4998.6770.59
Hex6AEEFE3A600ba6347
Octal15235637672600272143107
Binary11010101110111011111110111010110001011101011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AEEFE; }

 p { color: rgb(106,238,254); }

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

<style>
 a { background-color: #6AEEFE; }

 a { background-color: rgb(106,238,254); }

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

<style>
 span { border-color: #6AEEFE; }

 span { border-color: rgb(106,238,254); }

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