Html Css Color HEX #4BFBEE Baby Blue

📋 copy color: '#4BFBEE'

red 75 ◦ green 251 ◦ blue 238

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

Shades of Baby Blue #4BFBEE

Tints of Baby Blue #4BFBEE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.5%

 BLUE value IS 238 (93.36% from 255) = 42.2%

R = 13.3%
G = 44.5%
B = 42.2%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#4BFBEE (or 0x4BFBEE) is known color: Baby Blue. HEX triplet: 4B, FB and EE. RGB value is (75,251,238). Sum of RGB (Red+Green+Blue) = 75+251+238=564 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.30% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFBEE is #B40411. Grayscale: #C4C4C4. Windows color (decimal): -11797522 or 15661899. OLE color: 15661899.

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

Color convert

RGB 75 251 238 -
CMYK 0.70 0 0.05 0.02
HSL 175.57º 0.96% 0.64% -
HSV(B) 175.57º 0.7% 0.98% -
XYZ 52.83 76.66 92.9 -
YUV 196.89 151.19 41.06 -
System Red Green Blue C M Y K H S L
Decimal 75 251 238 0.70 0 0.05 0.02 175.57 0.96 0.64
Hex 4B FB EE 46 0 5 2 B0 60 40
Octal 113 373 356 106 0 5 2 260 140 100
Binary 1001011 11111011 11101110 1000110 0 101 10 10110000 1100000 1000000

Color Harmonies of #4BFBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFBEE

Black with #4BFBEE

Text Example


Text Example

White with #4BFBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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