Html Css Color HEX #4CFDFF Baby Blue

📋 copy color: '#4CFDFF'

red 76 ◦ green 253 ◦ blue 255

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

Shades of Baby Blue #4CFDFF

Tints of Baby Blue #4CFDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.32%

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

R = 13.01%
G = 43.32%
B = 43.66%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4CFDFF (or 0x4CFDFF) is known color: Baby Blue. HEX triplet: 4C, FD and FF. RGB value is (76,253,255). Sum of RGB (Red+Green+Blue) = 76+253+255=584 (77% of max value = 765). Red value is 76 (30.08% from 255 or 13.01% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CFDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFDFF is #B30200. Grayscale: #C8C8C8. Windows color (decimal): -11731457 or 16776524. OLE color: 16776524.

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

Color convert

RGB 76 253 255 -
CMYK 0.70 0.01 0 0
HSL 180.67º 1% 0.65% -
HSV(B) 180.67º 0.7% 1% -
XYZ 56.16 79.01 106.9 -
YUV 200.31 158.86 39.34 -
System Red Green Blue C M Y K H S L
Decimal 76 253 255 0.70 0.01 0 0 180.67 1 0.65
Hex 4C FD FF 46 1 0 0 B5 64 41
Octal 114 375 377 106 1 0 0 265 144 101
Binary 1001100 11111101 11111111 1000110 1 0 0 10110101 1100100 1000001

Color Harmonies of #4CFDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFDFF

Black with #4CFDFF

Text Example


Text Example

White with #4CFDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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