Html Css Color HEX #4CFBFE Baby Blue

📋 copy color: '#4CFBFE'

red 76 ◦ green 251 ◦ blue 254

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

Shades of Baby Blue #4CFBFE

Tints of Baby Blue #4CFBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 13.08%
G = 43.2%
B = 43.72%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4CFBFE (or 0x4CFBFE) is known color: Baby Blue. HEX triplet: 4C, FB and FE. RGB value is (76,251,254). Sum of RGB (Red+Green+Blue) = 76+251+254=581 (76% of max value = 765). Red value is 76 (30.08% from 255 or 13.08% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CFBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFBFE is #B30401. Grayscale: #C6C6C6. Windows color (decimal): -11731970 or 16710476. OLE color: 16710476.

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

Color convert

RGB 76 251 254 -
CMYK 0.70 0.01 0 0.00
HSL 181.01º 0.99% 0.65% -
HSV(B) 181.01º 0.7% 1% -
XYZ 55.37 77.69 105.84 -
YUV 199.02 159.02 40.26 -
System Red Green Blue C M Y K H S L
Decimal 76 251 254 0.70 0.01 0 0.00 181.01 0.99 0.65
Hex 4C FB FE 46 1 0 0 B5 63 41
Octal 114 373 376 106 1 0 0 265 143 101
Binary 1001100 11111011 11111110 1000110 1 0 0 10110101 1100011 1000001

Color Harmonies of #4CFBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFBFE

Black with #4CFBFE

Text Example


Text Example

White with #4CFBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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