Html Css Color HEX #4FFDFC Baby Blue

📋 copy color: '#4FFDFC'

red 79 ◦ green 253 ◦ blue 252

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

Shades of Baby Blue #4FFDFC

Tints of Baby Blue #4FFDFC

RGB

 RED value IS 79 (31.25% from 255) = 13.53%

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

 BLUE value IS 252 (98.83% from 255) = 43.15%

R = 13.53%
G = 43.32%
B = 43.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#4FFDFC (or 0x4FFDFC) is known color: Baby Blue. HEX triplet: 4F, FD and FC. RGB value is (79,253,252). Sum of RGB (Red+Green+Blue) = 79+253+252=584 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.53% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFDFC is #B00203. Grayscale: #C8C8C8. Windows color (decimal): -11534852 or 16579919. OLE color: 16579919.

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

Color convert

RGB 79 253 252 -
CMYK 0.69 0 0.00 0.01
HSL 179.66º 0.98% 0.65% -
HSV(B) 179.66º 0.69% 0.99% -
XYZ 55.92 78.94 104.39 -
YUV 200.86 156.85 41.08 -
System Red Green Blue C M Y K H S L
Decimal 79 253 252 0.69 0 0.00 0.01 179.66 0.98 0.65
Hex 4F FD FC 45 0 0 1 B4 62 41
Octal 117 375 374 105 0 0 1 264 142 101
Binary 1001111 11111101 11111100 1000101 0 0 1 10110100 1100010 1000001

Color Harmonies of #4FFDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFDFC

Black with #4FFDFC

Text Example


Text Example

White with #4FFDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,253,252); }

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

background-color css

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

 a { background-color: rgb(79,253,252); }

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

border-color css

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

 span { border-color: rgb(79,253,252); }

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