Html Css Color HEX #6AFEEB Baby Blue

📋 copy color: '#6AFEEB'

red 106 ◦ green 254 ◦ blue 235

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

Shades of Baby Blue #6AFEEB

Tints of Baby Blue #6AFEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.5%

R = 17.82%
G = 42.69%
B = 39.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#6AFEEB (or 0x6AFEEB) is known color: Baby Blue. HEX triplet: 6A, FE and EB. RGB value is (106,254,235). Sum of RGB (Red+Green+Blue) = 106+254+235=595 (78% of max value = 765). Red value is 106 (41.80% from 255 or 17.82% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFEEB is #950114. Grayscale: #CFCFCF. Windows color (decimal): -9765141 or 15466090. OLE color: 15466090.

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

Color convert

RGB 106 254 235 -
CMYK 0.58 0 0.07 0.00
HSL 172.3º 0.99% 0.71% -
HSV(B) 172.3º 0.58% 1% -
XYZ 56.38 79.95 91.06 -
YUV 207.58 143.47 55.54 -
System Red Green Blue C M Y K H S L
Decimal 106 254 235 0.58 0 0.07 0.00 172.3 0.99 0.71
Hex 6A FE EB 3A 0 7 0 AC 63 47
Octal 152 376 353 72 0 7 0 254 143 107
Binary 1101010 11111110 11101011 111010 0 111 0 10101100 1100011 1000111

Color Harmonies of #6AFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFEEB

Black with #6AFEEB

Text Example


Text Example

White with #6AFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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