Html Css Color HEX #6AFCF2 Baby Blue

📋 copy color: '#6AFCF2'

red 106 ◦ green 252 ◦ blue 242

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

Shades of Baby Blue #6AFCF2

Tints of Baby Blue #6AFCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42%

 BLUE value IS 242 (94.92% from 255) = 40.33%

R = 17.67%
G = 42%
B = 40.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#6AFCF2 (or 0x6AFCF2) is known color: Baby Blue. HEX triplet: 6A, FC and F2. RGB value is (106,252,242). Sum of RGB (Red+Green+Blue) = 106+252+242=600 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.67% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFCF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFCF2 is #95030D. Grayscale: #CFCFCF. Windows color (decimal): -9765646 or 15924330. OLE color: 15924330.

HSL color Cylindrical-coordinate representation of color #6AFCF2: hue angle of 175.89º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFCF2 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 106 252 242 -
CMYK 0.58 0 0.04 0.01
HSL 175.89º 0.96% 0.7% -
HSV(B) 175.89º 0.58% 0.99% -
XYZ 56.78 79.1 96.28 -
YUV 207.21 147.63 55.81 -
System Red Green Blue C M Y K H S L
Decimal 106 252 242 0.58 0 0.04 0.01 175.89 0.96 0.7
Hex 6A FC F2 3A 0 4 1 B0 60 46
Octal 152 374 362 72 0 4 1 260 140 106
Binary 1101010 11111100 11110010 111010 0 100 1 10110000 1100000 1000110

Color Harmonies of #6AFCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFCF2

Black with #6AFCF2

Text Example


Text Example

White with #6AFCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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