Html Css Color HEX #4BFEF7 Baby Blue

📋 copy color: '#4BFEF7'

red 75 ◦ green 254 ◦ blue 247

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

Shades of Baby Blue #4BFEF7

Tints of Baby Blue #4BFEF7

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.1%

 BLUE value IS 247 (96.88% from 255) = 42.88%

R = 13.02%
G = 44.1%
B = 42.88%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#4BFEF7 (or 0x4BFEF7) is known color: Baby Blue. HEX triplet: 4B, FE and F7. RGB value is (75,254,247). Sum of RGB (Red+Green+Blue) = 75+254+247=576 (76% of max value = 765). Red value is 75 (29.69% from 255 or 13.02% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFEF7 is #B40108. Grayscale: #C7C7C7. Windows color (decimal): -11796745 or 16252491. OLE color: 16252491.

HSL color Cylindrical-coordinate representation of color #4BFEF7: hue angle of 177.65º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFEF7 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB 75 254 247 -
CMYK 0.70 0 0.03 0.00
HSL 177.65º 0.99% 0.65% -
HSV(B) 177.65º 0.7% 1% -
XYZ 55.13 79.09 100.36 -
YUV 199.68 154.7 39.07 -
System Red Green Blue C M Y K H S L
Decimal 75 254 247 0.70 0 0.03 0.00 177.65 0.99 0.65
Hex 4B FE F7 46 0 3 0 B2 63 41
Octal 113 376 367 106 0 3 0 262 143 101
Binary 1001011 11111110 11110111 1000110 0 11 0 10110010 1100011 1000001

Color Harmonies of #4BFEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFEF7

Black with #4BFEF7

Text Example


Text Example

White with #4BFEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,254,247); }

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

background-color css

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

 a { background-color: rgb(75,254,247); }

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

border-color css

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

 span { border-color: rgb(75,254,247); }

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