Html Css Color HEX #4DFAFF Baby Blue

📋 copy color: '#4DFAFF'

red 77 ◦ green 250 ◦ blue 255

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

Shades of Baby Blue #4DFAFF

Tints of Baby Blue #4DFAFF

RGB

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

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

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

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

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #4DFAFF: hue angle of 181.69º 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 #4DFAFF is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 77 250 255 -
CMYK 0.70 0.02 0 0
HSL 181.69º 1% 0.65% -
HSV(B) 181.69º 0.7% 1% -
XYZ 55.3 77.17 106.59 -
YUV 198.84 159.69 41.09 -
System Red Green Blue C M Y K H S L
Decimal 77 250 255 0.70 0.02 0 0 181.69 1 0.65
Hex 4D FA FF 46 2 0 0 B6 64 41
Octal 115 372 377 106 2 0 0 266 144 101
Binary 1001101 11111010 11111111 1000110 10 0 0 10110110 1100100 1000001

Color Harmonies of #4DFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFAFF

Black with #4DFAFF

Text Example


Text Example

White with #4DFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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