Html Css Color HEX #4CFBEE Baby Blue

📋 copy color: '#4CFBEE'

red 76 ◦ green 251 ◦ blue 238

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

Shades of Baby Blue #4CFBEE

Tints of Baby Blue #4CFBEE

RGB

 RED value IS 76 (30.08% from 255) = 13.45%

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

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

R = 13.45%
G = 44.42%
B = 42.12%

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

#4CFBEE (or 0x4CFBEE) is known color: Baby Blue. HEX triplet: 4C, FB and EE. RGB value is (76,251,238). Sum of RGB (Red+Green+Blue) = 76+251+238=565 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.45% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFBEE is #B30411. Grayscale: #C5C5C5. Windows color (decimal): -11731986 or 15661900. OLE color: 15661900.

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

Color convert

RGB 76 251 238 -
CMYK 0.70 0 0.05 0.02
HSL 175.54º 0.96% 0.64% -
HSV(B) 175.54º 0.7% 0.98% -
XYZ 52.91 76.7 92.91 -
YUV 197.19 151.02 41.56 -
System Red Green Blue C M Y K H S L
Decimal 76 251 238 0.70 0 0.05 0.02 175.54 0.96 0.64
Hex 4C FB EE 46 0 5 2 B0 60 40
Octal 114 373 356 106 0 5 2 260 140 100
Binary 1001100 11111011 11101110 1000110 0 101 10 10110000 1100000 1000000

Color Harmonies of #4CFBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFBEE

Black with #4CFBEE

Text Example


Text Example

White with #4CFBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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