Html Css Color HEX #6AFEED Baby Blue

📋 copy color: '#6AFEED'

red 106 ◦ green 254 ◦ blue 237

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

Shades of Baby Blue #6AFEED

Tints of Baby Blue #6AFEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.7%

R = 17.76%
G = 42.55%
B = 39.7%

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

#6AFEED (or 0x6AFEED) is known color: Baby Blue. HEX triplet: 6A, FE and ED. RGB value is (106,254,237). Sum of RGB (Red+Green+Blue) = 106+254+237=597 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.76% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AFEED is #950112. Grayscale: #CFCFCF. Windows color (decimal): -9765139 or 15597162. OLE color: 15597162.

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

Color convert

RGB 106 254 237 -
CMYK 0.58 0 0.07 0.00
HSL 173.11º 0.99% 0.71% -
HSV(B) 173.11º 0.58% 1% -
XYZ 56.67 80.06 92.59 -
YUV 207.81 144.47 55.38 -
System Red Green Blue C M Y K H S L
Decimal 106 254 237 0.58 0 0.07 0.00 173.11 0.99 0.71
Hex 6A FE ED 3A 0 7 0 AD 63 47
Octal 152 376 355 72 0 7 0 255 143 107
Binary 1101010 11111110 11101101 111010 0 111 0 10101101 1100011 1000111

Color Harmonies of #6AFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFEED

Black with #6AFEED

Text Example


Text Example

White with #6AFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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