#6AEDF3

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

Shades of Baby Blue #6AEDF3

Tints of Baby Blue #6AEDF3

Color information

#6AEDF3 (or 0x6AEDF3) is unknown color: approx Baby Blue. HEX triplet: 6A, ED and F3. RGB value is (106,237,243). Sum of RGB (Red+Green+Blue) = 106+237+243=586 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.09% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #6AEDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEDF3 is #95120C. Grayscale: #C6C6C6. Windows color (decimal): -9769485 or 15986026. OLE color: 15986026.

HSL color Cylindrical-coordinate representation of color #6AEDF3: hue angle of 182.63º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AEDF3 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB106237243-
CMYK0.560.0200.05
HSL182.63º85.09%68.43%-
HSV(B)182.63º56.38%95.29%-
XYZ52.4170.195.56-
YUV198.52153.162.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.09%
GREEN value IS 237 (92.97% from 255) = 40.44%
BLUE value IS 243 (95.31% from 255) = 41.47%
R=18.09%
G=40.44%
B=41.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1062372430.560.0200.05182.6385.0968.43
Hex6AEDF338205b75544
Octal15235536370205267125104
Binary110101011101101111100111110001001011011011110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,237,243); }

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

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

 a { background-color: rgb(106,237,243); }

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

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

 span { border-color: rgb(106,237,243); }

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