Html Css Color HEX #4FFAF0 Baby Blue

📋 copy color: '#4FFAF0'

red 79 ◦ green 250 ◦ blue 240

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

Shades of Baby Blue #4FFAF0

Tints of Baby Blue #4FFAF0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.94%

 BLUE value IS 240 (94.14% from 255) = 42.18%

R = 13.88%
G = 43.94%
B = 42.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#4FFAF0 (or 0x4FFAF0) is known color: Baby Blue. HEX triplet: 4F, FA and F0. RGB value is (79,250,240). Sum of RGB (Red+Green+Blue) = 79+250+240=569 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.88% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFAF0 is #B0050F. Grayscale: #C5C5C5. Windows color (decimal): -11535632 or 15792719. OLE color: 15792719.

HSL color Cylindrical-coordinate representation of color #4FFAF0: hue angle of 176.49º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FFAF0 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 250 240 -
CMYK 0.68 0 0.04 0.02
HSL 176.49º 0.94% 0.65% -
HSV(B) 176.49º 0.68% 0.98% -
XYZ 53.14 76.32 94.37 -
YUV 197.73 151.85 43.31 -
System Red Green Blue C M Y K H S L
Decimal 79 250 240 0.68 0 0.04 0.02 176.49 0.94 0.65
Hex 4F FA F0 44 0 4 2 B0 5E 41
Octal 117 372 360 104 0 4 2 260 136 101
Binary 1001111 11111010 11110000 1000100 0 100 10 10110000 1011110 1000001

Color Harmonies of #4FFAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFAF0

Black with #4FFAF0

Text Example


Text Example

White with #4FFAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,250,240); }

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

background-color css

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

 a { background-color: rgb(79,250,240); }

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

border-color css

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

 span { border-color: rgb(79,250,240); }

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