Html Css Color HEX #6AFEF5 Baby Blue

📋 copy color: '#6AFEF5'

red 106 ◦ green 254 ◦ blue 245

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

Shades of Baby Blue #6AFEF5

Tints of Baby Blue #6AFEF5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.98%

 BLUE value IS 245 (96.09% from 255) = 40.5%

R = 17.52%
G = 41.98%
B = 40.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#6AFEF5 (or 0x6AFEF5) is known color: Baby Blue. HEX triplet: 6A, FE and F5. RGB value is (106,254,245). Sum of RGB (Red+Green+Blue) = 106+254+245=605 (80% of max value = 765). Red value is 106 (41.80% from 255 or 17.52% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 245 (96.09% from 255 or 40.50% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFEF5 is #95010A. Grayscale: #D0D0D0. Windows color (decimal): -9765131 or 16121450. OLE color: 16121450.

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

Color convert

RGB 106 254 245 -
CMYK 0.58 0 0.04 0.00
HSL 176.35º 0.99% 0.71% -
HSV(B) 176.35º 0.58% 1% -
XYZ 57.87 80.54 98.88 -
YUV 208.72 148.47 54.73 -
System Red Green Blue C M Y K H S L
Decimal 106 254 245 0.58 0 0.04 0.00 176.35 0.99 0.71
Hex 6A FE F5 3A 0 4 0 B0 63 47
Octal 152 376 365 72 0 4 0 260 143 107
Binary 1101010 11111110 11110101 111010 0 100 0 10110000 1100011 1000111

Color Harmonies of #6AFEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFEF5

Black with #6AFEF5

Text Example


Text Example

White with #6AFEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,254,245); }

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

background-color css

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

 a { background-color: rgb(106,254,245); }

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

border-color css

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

 span { border-color: rgb(106,254,245); }

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