Html Css Color HEX #4DFFFA Baby Blue

📋 copy color: '#4DFFFA'

red 77 ◦ green 255 ◦ blue 250

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

Shades of Baby Blue #4DFFFA

Tints of Baby Blue #4DFFFA

RGB

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

 GREEN value IS 255 (100% from 255) = 43.81%

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

R = 13.23%
G = 43.81%
B = 42.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#4DFFFA (or 0x4DFFFA) is known color: Baby Blue. HEX triplet: 4D, FF and FA. RGB value is (77,255,250). Sum of RGB (Red+Green+Blue) = 77+255+250=582 (77% of max value = 765). Red value is 77 (30.47% from 255 or 13.23% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFFFA is #B20005. Grayscale: #C9C9C9. Windows color (decimal): -11665414 or 16449357. OLE color: 16449357.

HSL color Cylindrical-coordinate representation of color #4DFFFA: hue angle of 178.31º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFFFA is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 77 255 250 -
CMYK 0.70 0 0.02 0
HSL 178.31º 1% 0.65% -
HSV(B) 178.31º 0.7% 1% -
XYZ 56.08 80 102.93 -
YUV 201.21 155.53 39.41 -
System Red Green Blue C M Y K H S L
Decimal 77 255 250 0.70 0 0.02 0 178.31 1 0.65
Hex 4D FF FA 46 0 2 0 B2 64 41
Octal 115 377 372 106 0 2 0 262 144 101
Binary 1001101 11111111 11111010 1000110 0 10 0 10110010 1100100 1000001

Color Harmonies of #4DFFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFFFA

Black with #4DFFFA

Text Example


Text Example

White with #4DFFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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