Html Css Color HEX #4BEFFB Baby Blue

📋 copy color: '#4BEFFB'

red 75 ◦ green 239 ◦ blue 251

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

Shades of Baby Blue #4BEFFB

Tints of Baby Blue #4BEFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.3%

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

R = 13.27%
G = 42.3%
B = 44.42%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4BEFFB (or 0x4BEFFB) is known color: Baby Blue. HEX triplet: 4B, EF and FB. RGB value is (75,239,251). Sum of RGB (Red+Green+Blue) = 75+239+251=565 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.27% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #4BEFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEFFB is #B41004. Grayscale: #BFBFBF. Windows color (decimal): -11800581 or 16510795. OLE color: 16510795.

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

Color convert

RGB 75 239 251 -
CMYK 0.70 0.05 0 0.02
HSL 184.09º 0.96% 0.64% -
HSV(B) 184.09º 0.7% 0.98% -
XYZ 51.18 70.19 102.12 -
YUV 191.33 161.67 45.02 -
System Red Green Blue C M Y K H S L
Decimal 75 239 251 0.70 0.05 0 0.02 184.09 0.96 0.64
Hex 4B EF FB 46 5 0 2 B8 60 40
Octal 113 357 373 106 5 0 2 270 140 100
Binary 1001011 11101111 11111011 1000110 101 0 10 10111000 1100000 1000000

Color Harmonies of #4BEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEFFB

Black with #4BEFFB

Text Example


Text Example

White with #4BEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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