Html Css Color HEX #6AFBF2 Baby Blue

📋 copy color: '#6AFBF2'

red 106 ◦ green 251 ◦ blue 242

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

Shades of Baby Blue #6AFBF2

Tints of Baby Blue #6AFBF2

RGB

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

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

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

R = 17.7%
G = 41.9%
B = 40.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#6AFBF2 (or 0x6AFBF2) is known color: Baby Blue. HEX triplet: 6A, FB and F2. RGB value is (106,251,242). Sum of RGB (Red+Green+Blue) = 106+251+242=599 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.70% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFBF2 is #95040D. Grayscale: #CECECE. Windows color (decimal): -9765902 or 15924074. OLE color: 15924074.

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

Color convert

RGB 106 251 242 -
CMYK 0.58 0 0.04 0.02
HSL 176.28º 0.95% 0.7% -
HSV(B) 176.28º 0.58% 0.98% -
XYZ 56.47 78.47 96.17 -
YUV 206.62 147.96 56.23 -
System Red Green Blue C M Y K H S L
Decimal 106 251 242 0.58 0 0.04 0.02 176.28 0.95 0.7
Hex 6A FB F2 3A 0 4 2 B0 5F 46
Octal 152 373 362 72 0 4 2 260 137 106
Binary 1101010 11111011 11110010 111010 0 100 10 10110000 1011111 1000110

Color Harmonies of #6AFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFBF2

Black with #6AFBF2

Text Example


Text Example

White with #6AFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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