Html Css Color HEX #7AFEEA Baby Blue

📋 copy color: '#7AFEEA'

red 122 ◦ green 254 ◦ blue 234

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

Shades of Baby Blue #7AFEEA

Tints of Baby Blue #7AFEEA

RGB

 RED value IS 122 (48.05% from 255) = 20%

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

 BLUE value IS 234 (91.8% from 255) = 38.36%

R = 20%
G = 41.64%
B = 38.36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#7AFEEA (or 0x7AFEEA) is known color: Baby Blue. HEX triplet: 7A, FE and EA. RGB value is (122,254,234). Sum of RGB (Red+Green+Blue) = 122+254+234=610 (80% of max value = 765). Red value is 122 (48.05% from 255 or 20% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7AFEEA is #850115. Grayscale: #D4D4D4. Windows color (decimal): -8716566 or 15400570. OLE color: 15400570.

HSL color Cylindrical-coordinate representation of color #7AFEEA: hue angle of 170.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFEEA is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 122 254 234 -
CMYK 0.52 0 0.08 0.00
HSL 170.91º 0.99% 0.74% -
HSV(B) 170.91º 0.52% 1% -
XYZ 58.32 80.96 90.4 -
YUV 212.25 140.27 63.63 -
System Red Green Blue C M Y K H S L
Decimal 122 254 234 0.52 0 0.08 0.00 170.91 0.99 0.74
Hex 7A FE EA 34 0 8 0 AB 63 4A
Octal 172 376 352 64 0 10 0 253 143 112
Binary 1111010 11111110 11101010 110100 0 1000 0 10101011 1100011 1001010

Color Harmonies of #7AFEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFEEA

Black with #7AFEEA

Text Example


Text Example

White with #7AFEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AFEEA; }

 p { color: rgb(122,254,234); }

 H1.HeaderClassName
 {
   color: #7AFEEA;
 }
 .AnyTagClassName
 {
   color: #7AFEEA;
 }
</style>

background-color css

<style>
 a { background-color: #7AFEEA; }

 a { background-color: rgb(122,254,234); }

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

border-color css

<style>
 span { border-color: #7AFEEA; }

 span { border-color: rgb(122,254,234); }

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