Html Css Color HEX #4CFDF7 Baby Blue

📋 copy color: '#4CFDF7'

red 76 ◦ green 253 ◦ blue 247

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

Shades of Baby Blue #4CFDF7

Tints of Baby Blue #4CFDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.88%

R = 13.19%
G = 43.92%
B = 42.88%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#4CFDF7 (or 0x4CFDF7) is known color: Baby Blue. HEX triplet: 4C, FD and F7. RGB value is (76,253,247). Sum of RGB (Red+Green+Blue) = 76+253+247=576 (76% of max value = 765). Red value is 76 (30.08% from 255 or 13.19% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFDF7 is #B30208. Grayscale: #C7C7C7. Windows color (decimal): -11731465 or 16252236. OLE color: 16252236.

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

Color convert

RGB 76 253 247 -
CMYK 0.70 0 0.02 0.01
HSL 177.97º 0.98% 0.65% -
HSV(B) 177.97º 0.7% 0.99% -
XYZ 54.89 78.5 100.26 -
YUV 199.39 154.86 39.99 -
System Red Green Blue C M Y K H S L
Decimal 76 253 247 0.70 0 0.02 0.01 177.97 0.98 0.65
Hex 4C FD F7 46 0 2 1 B2 62 41
Octal 114 375 367 106 0 2 1 262 142 101
Binary 1001100 11111101 11110111 1000110 0 10 1 10110010 1100010 1000001

Color Harmonies of #4CFDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFDF7

Black with #4CFDF7

Text Example


Text Example

White with #4CFDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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