Html Css Color HEX #4FFCFA Baby Blue

📋 copy color: '#4FFCFA'

red 79 ◦ green 252 ◦ blue 250

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

Shades of Baby Blue #4FFCFA

Tints of Baby Blue #4FFCFA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.37%

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

R = 13.6%
G = 43.37%
B = 43.03%

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

#4FFCFA (or 0x4FFCFA) is known color: Baby Blue. HEX triplet: 4F, FC and FA. RGB value is (79,252,250). Sum of RGB (Red+Green+Blue) = 79+252+250=581 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.60% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFCFA is #B00305. Grayscale: #C7C7C7. Windows color (decimal): -11535110 or 16448591. OLE color: 16448591.

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

Color convert

RGB 79 252 250 -
CMYK 0.69 0 0.01 0.01
HSL 179.31º 0.97% 0.65% -
HSV(B) 179.31º 0.69% 0.99% -
XYZ 55.29 78.19 102.62 -
YUV 200.05 156.19 41.66 -
System Red Green Blue C M Y K H S L
Decimal 79 252 250 0.69 0 0.01 0.01 179.31 0.97 0.65
Hex 4F FC FA 45 0 1 1 B3 61 41
Octal 117 374 372 105 0 1 1 263 141 101
Binary 1001111 11111100 11111010 1000101 0 1 1 10110011 1100001 1000001

Color Harmonies of #4FFCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFCFA

Black with #4FFCFA

Text Example


Text Example

White with #4FFCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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