Html Css Color HEX #4BFDFB Baby Blue

📋 copy color: '#4BFDFB'

red 75 ◦ green 253 ◦ blue 251

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

Shades of Baby Blue #4BFDFB

Tints of Baby Blue #4BFDFB

RGB

 RED value IS 75 (29.69% from 255) = 12.95%

 GREEN value IS 253 (99.22% from 255) = 43.7%

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

R = 12.95%
G = 43.7%
B = 43.35%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#4BFDFB (or 0x4BFDFB) is known color: Baby Blue. HEX triplet: 4B, FD and FB. RGB value is (75,253,251). Sum of RGB (Red+Green+Blue) = 75+253+251=579 (76% of max value = 765). Red value is 75 (29.69% from 255 or 12.95% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFDFB is #B40204. Grayscale: #C7C7C7. Windows color (decimal): -11796997 or 16514379. OLE color: 16514379.

HSL color Cylindrical-coordinate representation of color #4BFDFB: hue angle of 179.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFDFB is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 253 251 -
CMYK 0.70 0 0.01 0.01
HSL 179.33º 0.98% 0.64% -
HSV(B) 179.33º 0.7% 0.99% -
XYZ 55.44 78.71 103.54 -
YUV 199.55 157.03 39.16 -
System Red Green Blue C M Y K H S L
Decimal 75 253 251 0.70 0 0.01 0.01 179.33 0.98 0.64
Hex 4B FD FB 46 0 1 1 B3 62 40
Octal 113 375 373 106 0 1 1 263 142 100
Binary 1001011 11111101 11111011 1000110 0 1 1 10110011 1100010 1000000

Color Harmonies of #4BFDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFDFB

Black with #4BFDFB

Text Example


Text Example

White with #4BFDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,253,251); }

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

background-color css

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

 a { background-color: rgb(75,253,251); }

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

border-color css

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

 span { border-color: rgb(75,253,251); }

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