Html Css Color HEX #4DF0FB Baby Blue

📋 copy color: '#4DF0FB'

red 77 ◦ green 240 ◦ blue 251

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

Shades of Baby Blue #4DF0FB

Tints of Baby Blue #4DF0FB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.25%

 BLUE value IS 251 (98.44% from 255) = 44.19%

R = 13.56%
G = 42.25%
B = 44.19%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DF0FB (or 0x4DF0FB) is known color: Baby Blue. HEX triplet: 4D, F0 and FB. RGB value is (77,240,251). Sum of RGB (Red+Green+Blue) = 77+240+251=568 (75% of max value = 765). Red value is 77 (30.47% from 255 or 13.56% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DF0FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF0FB is #B20F04. Grayscale: #C0C0C0. Windows color (decimal): -11669253 or 16511053. OLE color: 16511053.

HSL color Cylindrical-coordinate representation of color #4DF0FB: hue angle of 183.79º degrees, saturation: 0.96, 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 #4DF0FB is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 240 251 -
CMYK 0.69 0.04 0 0.02
HSL 183.79º 0.96% 0.64% -
HSV(B) 183.79º 0.69% 0.98% -
XYZ 51.63 70.86 102.22 -
YUV 192.52 161 45.61 -
System Red Green Blue C M Y K H S L
Decimal 77 240 251 0.69 0.04 0 0.02 183.79 0.96 0.64
Hex 4D F0 FB 45 4 0 2 B8 60 40
Octal 115 360 373 105 4 0 2 270 140 100
Binary 1001101 11110000 11111011 1000101 100 0 10 10111000 1100000 1000000

Color Harmonies of #4DF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF0FB

Black with #4DF0FB

Text Example


Text Example

White with #4DF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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