Html Css Color HEX #6AF2EC Baby Blue

📋 copy color: '#6AF2EC'

red 106 ◦ green 242 ◦ blue 236

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

Shades of Baby Blue #6AF2EC

Tints of Baby Blue #6AF2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.44%

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

R = 18.15%
G = 41.44%
B = 40.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#6AF2EC (or 0x6AF2EC) is known color: Baby Blue. HEX triplet: 6A, F2 and EC. RGB value is (106,242,236). Sum of RGB (Red+Green+Blue) = 106+242+236=584 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.15% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AF2EC is #950D13. Grayscale: #C8C8C8. Windows color (decimal): -9768212 or 15528554. OLE color: 15528554.

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

Color convert

RGB 106 242 236 -
CMYK 0.56 0 0.02 0.05
HSL 177.35º 0.84% 0.68% -
HSV(B) 177.35º 0.56% 0.95% -
XYZ 52.84 72.62 90.59 -
YUV 200.65 147.94 60.49 -
System Red Green Blue C M Y K H S L
Decimal 106 242 236 0.56 0 0.02 0.05 177.35 0.84 0.68
Hex 6A F2 EC 38 0 2 5 B1 54 44
Octal 152 362 354 70 0 2 5 261 124 104
Binary 1101010 11110010 11101100 111000 0 10 101 10110001 1010100 1000100

Color Harmonies of #6AF2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF2EC

Black with #6AF2EC

Text Example


Text Example

White with #6AF2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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