#6AF8EA

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

Shades of Baby Blue #6AF8EA

Tints of Baby Blue #6AF8EA

Color information

#6AF8EA (or 0x6AF8EA) is unknown color: approx Baby Blue. HEX triplet: 6A, F8 and EA. RGB value is (106,248,234). Sum of RGB (Red+Green+Blue) = 106+248+234=588 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.03% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 248 - color contains mainly: green. Hex color #6AF8EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF8EA is #950715. Grayscale: #CBCBCB. Windows color (decimal): -9766678 or 15399018. OLE color: 15399018.

HSL color Cylindrical-coordinate representation of color #6AF8EA: hue angle of 174.08º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF8EA is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB106248234-
CMYK0.5700.060.03
HSL174.08º91.03%69.41%-
HSV(B)174.08º57.26%97.25%-
XYZ54.3676.1489.67-
YUV203.95144.9658.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.03%
GREEN value IS 248 (97.27% from 255) = 42.18%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=18.03%
G=42.18%
B=39.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1062482340.5700.060.03174.0891.0369.41
Hex6AF8EA39063ae5b45
Octal15237035271063256133105
Binary110101011111000111010101110010110111010111010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,248,234); }

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

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

 a { background-color: rgb(106,248,234); }

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

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

 span { border-color: rgb(106,248,234); }

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