Html Css Color HEX #4FFDFA Baby Blue

📋 copy color: '#4FFDFA'

red 79 ◦ green 253 ◦ blue 250

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

Shades of Baby Blue #4FFDFA

Tints of Baby Blue #4FFDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.96%

R = 13.57%
G = 43.47%
B = 42.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#4FFDFA (or 0x4FFDFA) is known color: Baby Blue. HEX triplet: 4F, FD and FA. RGB value is (79,253,250). Sum of RGB (Red+Green+Blue) = 79+253+250=582 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.57% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFDFA is #B00205. Grayscale: #C8C8C8. Windows color (decimal): -11534854 or 16448847. OLE color: 16448847.

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

Color convert

RGB 79 253 250 -
CMYK 0.69 0 0.01 0.01
HSL 178.97º 0.98% 0.65% -
HSV(B) 178.97º 0.69% 0.99% -
XYZ 55.61 78.81 102.72 -
YUV 200.63 155.85 41.24 -
System Red Green Blue C M Y K H S L
Decimal 79 253 250 0.69 0 0.01 0.01 178.97 0.98 0.65
Hex 4F FD FA 45 0 1 1 B3 62 41
Octal 117 375 372 105 0 1 1 263 142 101
Binary 1001111 11111101 11111010 1000101 0 1 1 10110011 1100010 1000001

Color Harmonies of #4FFDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFDFA

Black with #4FFDFA

Text Example


Text Example

White with #4FFDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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