Html Css Color HEX #4CFBFB Baby Blue

📋 copy color: '#4CFBFB'

red 76 ◦ green 251 ◦ blue 251

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

Shades of Baby Blue #4CFBFB

Tints of Baby Blue #4CFBFB

RGB

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

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

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

R = 13.15%
G = 43.43%
B = 43.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4CFBFB (or 0x4CFBFB) is known color: Baby Blue. HEX triplet: 4C, FB and FB. RGB value is (76,251,251). Sum of RGB (Red+Green+Blue) = 76+251+251=578 (76% of max value = 765). Red value is 76 (30.08% from 255 or 13.15% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #4CFBFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFBFB is #B30404. Grayscale: #C6C6C6. Windows color (decimal): -11731973 or 16513868. OLE color: 16513868.

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

Color convert

RGB 76 251 251 -
CMYK 0.70 0 0 0.02
HSL 180º 0.96% 0.64% -
HSV(B) 180º 0.7% 0.98% -
XYZ 54.89 77.5 103.33 -
YUV 198.68 157.52 40.5 -
System Red Green Blue C M Y K H S L
Decimal 76 251 251 0.70 0 0 0.02 180 0.96 0.64
Hex 4C FB FB 46 0 0 2 B4 60 40
Octal 114 373 373 106 0 0 2 264 140 100
Binary 1001100 11111011 11111011 1000110 0 0 10 10110100 1100000 1000000

Color Harmonies of #4CFBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFBFB

Black with #4CFBFB

Text Example


Text Example

White with #4CFBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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