Html Css Color HEX #4BFDF1 Baby Blue

📋 copy color: '#4BFDF1'

red 75 ◦ green 253 ◦ blue 241

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

Shades of Baby Blue #4BFDF1

Tints of Baby Blue #4BFDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.36%

R = 13.18%
G = 44.46%
B = 42.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#4BFDF1 (or 0x4BFDF1) is known color: Baby Blue. HEX triplet: 4B, FD and F1. RGB value is (75,253,241). Sum of RGB (Red+Green+Blue) = 75+253+241=569 (75% of max value = 765). Red value is 75 (29.69% from 255 or 13.18% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFDF1 is #B4020E. Grayscale: #C6C6C6. Windows color (decimal): -11797007 or 15859019. OLE color: 15859019.

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

Color convert

RGB 75 253 241 -
CMYK 0.70 0 0.05 0.01
HSL 175.96º 0.98% 0.64% -
HSV(B) 175.96º 0.7% 0.99% -
XYZ 53.9 78.1 95.45 -
YUV 198.41 152.03 39.98 -
System Red Green Blue C M Y K H S L
Decimal 75 253 241 0.70 0 0.05 0.01 175.96 0.98 0.64
Hex 4B FD F1 46 0 5 1 B0 62 40
Octal 113 375 361 106 0 5 1 260 142 100
Binary 1001011 11111101 11110001 1000110 0 101 1 10110000 1100010 1000000

Color Harmonies of #4BFDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFDF1

Black with #4BFDF1

Text Example


Text Example

White with #4BFDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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