Html Css Color HEX #6AFBE5 Baby Blue

📋 copy color: '#6AFBE5'

red 106 ◦ green 251 ◦ blue 229

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

Shades of Baby Blue #6AFBE5

Tints of Baby Blue #6AFBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.08%

R = 18.09%
G = 42.83%
B = 39.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#6AFBE5 (or 0x6AFBE5) is known color: Baby Blue. HEX triplet: 6A, FB and E5. RGB value is (106,251,229). Sum of RGB (Red+Green+Blue) = 106+251+229=586 (77% of max value = 765). Red value is 106 (41.80% from 255 or 18.09% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFBE5 is #95041A. Grayscale: #CDCDCD. Windows color (decimal): -9765915 or 15072106. OLE color: 15072106.

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

Color convert

RGB 106 251 229 -
CMYK 0.58 0 0.09 0.02
HSL 170.9º 0.95% 0.7% -
HSV(B) 170.9º 0.58% 0.98% -
XYZ 54.58 77.72 86.25 -
YUV 205.14 141.46 57.29 -
System Red Green Blue C M Y K H S L
Decimal 106 251 229 0.58 0 0.09 0.02 170.9 0.95 0.7
Hex 6A FB E5 3A 0 9 2 AB 5F 46
Octal 152 373 345 72 0 11 2 253 137 106
Binary 1101010 11111011 11100101 111010 0 1001 10 10101011 1011111 1000110

Color Harmonies of #6AFBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFBE5

Black with #6AFBE5

Text Example


Text Example

White with #6AFBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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