Html Css Color HEX #6AFBE8 Baby Blue

📋 copy color: '#6AFBE8'

red 106 ◦ green 251 ◦ blue 232

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

Shades of Baby Blue #6AFBE8

Tints of Baby Blue #6AFBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.39%

R = 18%
G = 42.61%
B = 39.39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#6AFBE8 (or 0x6AFBE8) is known color: Baby Blue. HEX triplet: 6A, FB and E8. RGB value is (106,251,232). Sum of RGB (Red+Green+Blue) = 106+251+232=589 (78% of max value = 765). Red value is 106 (41.80% from 255 or 18.00% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFBE8 is #950417. Grayscale: #CDCDCD. Windows color (decimal): -9765912 or 15268714. OLE color: 15268714.

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

Color convert

RGB 106 251 232 -
CMYK 0.58 0 0.08 0.02
HSL 172.14º 0.95% 0.7% -
HSV(B) 172.14º 0.58% 0.98% -
XYZ 55.01 77.88 88.48 -
YUV 205.48 142.96 57.04 -
System Red Green Blue C M Y K H S L
Decimal 106 251 232 0.58 0 0.08 0.02 172.14 0.95 0.7
Hex 6A FB E8 3A 0 8 2 AC 5F 46
Octal 152 373 350 72 0 10 2 254 137 106
Binary 1101010 11111011 11101000 111010 0 1000 10 10101100 1011111 1000110

Color Harmonies of #6AFBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFBE8

Black with #6AFBE8

Text Example


Text Example

White with #6AFBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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