Html Css Color HEX #4CFBFF Baby Blue

📋 copy color: '#4CFBFF'

red 76 ◦ green 251 ◦ blue 255

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

Shades of Baby Blue #4CFBFF

Tints of Baby Blue #4CFBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.81%

R = 13.06%
G = 43.13%
B = 43.81%

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4CFBFF (or 0x4CFBFF) is known color: Baby Blue. HEX triplet: 4C, FB and FF. RGB value is (76,251,255). Sum of RGB (Red+Green+Blue) = 76+251+255=582 (77% of max value = 765). Red value is 76 (30.08% from 255 or 13.06% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CFBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFBFF is #B30400. Grayscale: #C6C6C6. Windows color (decimal): -11731969 or 16776012. OLE color: 16776012.

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

Color convert

RGB 76 251 255 -
CMYK 0.70 0.02 0 0
HSL 181.34º 1% 0.65% -
HSV(B) 181.34º 0.7% 1% -
XYZ 55.53 77.75 106.69 -
YUV 199.13 159.52 40.17 -
System Red Green Blue C M Y K H S L
Decimal 76 251 255 0.70 0.02 0 0 181.34 1 0.65
Hex 4C FB FF 46 2 0 0 B5 64 41
Octal 114 373 377 106 2 0 0 265 144 101
Binary 1001100 11111011 11111111 1000110 10 0 0 10110101 1100100 1000001

Color Harmonies of #4CFBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFBFF

Black with #4CFBFF

Text Example


Text Example

White with #4CFBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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