Html Css Color HEX #6AFAEC Baby Blue

📋 copy color: '#6AFAEC'

red 106 ◦ green 250 ◦ blue 236

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

Shades of Baby Blue #6AFAEC

Tints of Baby Blue #6AFAEC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.23%

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

R = 17.91%
G = 42.23%
B = 39.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#6AFAEC (or 0x6AFAEC) is known color: Baby Blue. HEX triplet: 6A, FA and EC. RGB value is (106,250,236). Sum of RGB (Red+Green+Blue) = 106+250+236=592 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.91% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFAEC is #950513. Grayscale: #CDCDCD. Windows color (decimal): -9766164 or 15530602. OLE color: 15530602.

HSL color Cylindrical-coordinate representation of color #6AFAEC: hue angle of 174.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFAEC is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 250 236 -
CMYK 0.58 0 0.06 0.02
HSL 174.17º 0.94% 0.7% -
HSV(B) 174.17º 0.58% 0.98% -
XYZ 55.27 77.49 91.4 -
YUV 205.35 145.29 57.14 -
System Red Green Blue C M Y K H S L
Decimal 106 250 236 0.58 0 0.06 0.02 174.17 0.94 0.7
Hex 6A FA EC 3A 0 6 2 AE 5E 46
Octal 152 372 354 72 0 6 2 256 136 106
Binary 1101010 11111010 11101100 111010 0 110 10 10101110 1011110 1000110

Color Harmonies of #6AFAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFAEC

Black with #6AFAEC

Text Example


Text Example

White with #6AFAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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