Html Css Color HEX #4DFAFA Baby Blue

📋 copy color: '#4DFAFA'

red 77 ◦ green 250 ◦ blue 250

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

Shades of Baby Blue #4DFAFA

Tints of Baby Blue #4DFAFA

RGB

 RED value IS 77 (30.47% from 255) = 13.34%

 GREEN value IS 250 (98.05% from 255) = 43.33%

 BLUE value IS 250 (98.05% from 255) = 43.33%

R = 13.34%
G = 43.33%
B = 43.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DFAFA (or 0x4DFAFA) is known color: Baby Blue. HEX triplet: 4D, FA and FA. RGB value is (77,250,250). Sum of RGB (Red+Green+Blue) = 77+250+250=577 (76% of max value = 765). Red value is 77 (30.47% from 255 or 13.34% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #4DFAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFAFA is #B20505. Grayscale: #C6C6C6. Windows color (decimal): -11666694 or 16448077. OLE color: 16448077.

HSL color Cylindrical-coordinate representation of color #4DFAFA: hue angle of 180º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFAFA is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 250 250 -
CMYK 0.69 0 0 0.02
HSL 180º 0.95% 0.64% -
HSV(B) 180º 0.69% 0.98% -
XYZ 54.5 76.85 102.4 -
YUV 198.27 157.19 41.5 -
System Red Green Blue C M Y K H S L
Decimal 77 250 250 0.69 0 0 0.02 180 0.95 0.64
Hex 4D FA FA 45 0 0 2 B4 5F 40
Octal 115 372 372 105 0 0 2 264 137 100
Binary 1001101 11111010 11111010 1000101 0 0 10 10110100 1011111 1000000

Color Harmonies of #4DFAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFAFA

Black with #4DFAFA

Text Example


Text Example

White with #4DFAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DFAFA; }

 p { color: rgb(77,250,250); }

 H1.HeaderClassName
 {
   color: #4DFAFA;
 }
 .AnyTagClassName
 {
   color: #4DFAFA;
 }
</style>

background-color css

<style>
 a { background-color: #4DFAFA; }

 a { background-color: rgb(77,250,250); }

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

border-color css

<style>
 span { border-color: #4DFAFA; }

 span { border-color: rgb(77,250,250); }

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