Html Css Color HEX #4DFBFF Baby Blue

📋 copy color: '#4DFBFF'

red 77 ◦ green 251 ◦ blue 255

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

Shades of Baby Blue #4DFBFF

Tints of Baby Blue #4DFBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.05%

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

R = 13.21%
G = 43.05%
B = 43.74%

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

#4DFBFF (or 0x4DFBFF) is known color: Baby Blue. HEX triplet: 4D, FB and FF. RGB value is (77,251,255). Sum of RGB (Red+Green+Blue) = 77+251+255=583 (77% of max value = 765). Red value is 77 (30.47% from 255 or 13.21% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DFBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFBFF is #B20400. Grayscale: #C7C7C7. Windows color (decimal): -11666433 or 16776013. OLE color: 16776013.

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

Color convert

RGB 77 251 255 -
CMYK 0.70 0.02 0 0
HSL 181.35º 1% 0.65% -
HSV(B) 181.35º 0.7% 1% -
XYZ 55.61 77.79 106.69 -
YUV 199.43 159.35 40.67 -
System Red Green Blue C M Y K H S L
Decimal 77 251 255 0.70 0.02 0 0 181.35 1 0.65
Hex 4D FB FF 46 2 0 0 B5 64 41
Octal 115 373 377 106 2 0 0 265 144 101
Binary 1001101 11111011 11111111 1000110 10 0 0 10110101 1100100 1000001

Color Harmonies of #4DFBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFBFF

Black with #4DFBFF

Text Example


Text Example

White with #4DFBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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