Html Css Color HEX #6AF0ED Baby Blue

📋 copy color: '#6AF0ED'

red 106 ◦ green 240 ◦ blue 237

#6AF0ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #6AF0ED

Tints of Baby Blue #6AF0ED

RGB

 RED value IS 106 (41.8% from 255) = 18.18%

 GREEN value IS 240 (94.14% from 255) = 41.17%

 BLUE value IS 237 (92.97% from 255) = 40.65%

R = 18.18%
G = 41.17%
B = 40.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#6AF0ED (or 0x6AF0ED) is known color: Baby Blue. HEX triplet: 6A, F0 and ED. RGB value is (106,240,237). Sum of RGB (Red+Green+Blue) = 106+240+237=583 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.18% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF0ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF0ED is #950F12. Grayscale: #C7C7C7. Windows color (decimal): -9768723 or 15593578. OLE color: 15593578.

HSL color Cylindrical-coordinate representation of color #6AF0ED: hue angle of 178.66º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF0ED is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 240 237 -
CMYK 0.56 0 0.01 0.06
HSL 178.66º 0.82% 0.68% -
HSV(B) 178.66º 0.56% 0.94% -
XYZ 52.39 71.5 91.16 -
YUV 199.59 149.11 61.24 -
System Red Green Blue C M Y K H S L
Decimal 106 240 237 0.56 0 0.01 0.06 178.66 0.82 0.68
Hex 6A F0 ED 38 0 1 6 B3 52 44
Octal 152 360 355 70 0 1 6 263 122 104
Binary 1101010 11110000 11101101 111000 0 1 110 10110011 1010010 1000100

Color Harmonies of #6AF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF0ED

Black with #6AF0ED

Text Example


Text Example

White with #6AF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6AF0ED;
 }
 .AnyTagClassName
 {
   color: #6AF0ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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