Html Css Color HEX #6AF3EC Baby Blue

📋 copy color: '#6AF3EC'

red 106 ◦ green 243 ◦ blue 236

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

Shades of Baby Blue #6AF3EC

Tints of Baby Blue #6AF3EC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.54%

 BLUE value IS 236 (92.58% from 255) = 40.34%

R = 18.12%
G = 41.54%
B = 40.34%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#6AF3EC (or 0x6AF3EC) is known color: Baby Blue. HEX triplet: 6A, F3 and EC. RGB value is (106,243,236). Sum of RGB (Red+Green+Blue) = 106+243+236=585 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.12% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF3EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF3EC is #950C13. Grayscale: #C9C9C9. Windows color (decimal): -9767956 or 15528810. OLE color: 15528810.

HSL color Cylindrical-coordinate representation of color #6AF3EC: hue angle of 176.93º 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 #6AF3EC is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 243 236 -
CMYK 0.56 0 0.03 0.05
HSL 176.93º 0.85% 0.68% -
HSV(B) 176.93º 0.56% 0.95% -
XYZ 53.13 73.22 90.69 -
YUV 201.24 147.61 60.07 -
System Red Green Blue C M Y K H S L
Decimal 106 243 236 0.56 0 0.03 0.05 176.93 0.85 0.68
Hex 6A F3 EC 38 0 3 5 B1 55 44
Octal 152 363 354 70 0 3 5 261 125 104
Binary 1101010 11110011 11101100 111000 0 11 101 10110001 1010101 1000100

Color Harmonies of #6AF3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF3EC

Black with #6AF3EC

Text Example


Text Example

White with #6AF3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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