Html Css Color HEX #6AFBEC Baby Blue

📋 copy color: '#6AFBEC'

red 106 ◦ green 251 ◦ blue 236

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

Shades of Baby Blue #6AFBEC

Tints of Baby Blue #6AFBEC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.33%

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

R = 17.88%
G = 42.33%
B = 39.8%

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

#6AFBEC (or 0x6AFBEC) is known color: Baby Blue. HEX triplet: 6A, FB and EC. RGB value is (106,251,236). Sum of RGB (Red+Green+Blue) = 106+251+236=593 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.88% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFBEC is #950413. Grayscale: #CDCDCD. Windows color (decimal): -9765908 or 15530858. OLE color: 15530858.

HSL color Cylindrical-coordinate representation of color #6AFBEC: hue angle of 173.79º degrees, saturation: 0.95, 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 #6AFBEC is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 251 236 -
CMYK 0.58 0 0.06 0.02
HSL 173.79º 0.95% 0.7% -
HSV(B) 173.79º 0.58% 0.98% -
XYZ 55.58 78.11 91.51 -
YUV 205.94 144.96 56.72 -
System Red Green Blue C M Y K H S L
Decimal 106 251 236 0.58 0 0.06 0.02 173.79 0.95 0.7
Hex 6A FB EC 3A 0 6 2 AE 5F 46
Octal 152 373 354 72 0 6 2 256 137 106
Binary 1101010 11111011 11101100 111010 0 110 10 10101110 1011111 1000110

Color Harmonies of #6AFBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFBEC

Black with #6AFBEC

Text Example


Text Example

White with #6AFBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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