Html Css Color HEX #4FFEFA Baby Blue

📋 copy color: '#4FFEFA'

red 79 ◦ green 254 ◦ blue 250

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

Shades of Baby Blue #4FFEFA

Tints of Baby Blue #4FFEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.57%

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

R = 13.55%
G = 43.57%
B = 42.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#4FFEFA (or 0x4FFEFA) is known color: Baby Blue. HEX triplet: 4F, FE and FA. RGB value is (79,254,250). Sum of RGB (Red+Green+Blue) = 79+254+250=583 (77% of max value = 765). Red value is 79 (31.25% from 255 or 13.55% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFEFA is #B00105. Grayscale: #C9C9C9. Windows color (decimal): -11534598 or 16449103. OLE color: 16449103.

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

Color convert

RGB 79 254 250 -
CMYK 0.69 0 0.02 0.00
HSL 178.63º 0.99% 0.65% -
HSV(B) 178.63º 0.69% 1% -
XYZ 55.92 79.45 102.83 -
YUV 201.22 155.52 40.83 -
System Red Green Blue C M Y K H S L
Decimal 79 254 250 0.69 0 0.02 0.00 178.63 0.99 0.65
Hex 4F FE FA 45 0 2 0 B3 63 41
Octal 117 376 372 105 0 2 0 263 143 101
Binary 1001111 11111110 11111010 1000101 0 10 0 10110011 1100011 1000001

Color Harmonies of #4FFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFEFA

Black with #4FFEFA

Text Example


Text Example

White with #4FFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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