Html Css Color HEX #4FEFFB Baby Blue

📋 copy color: '#4FEFFB'

red 79 ◦ green 239 ◦ blue 251

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

Shades of Baby Blue #4FEFFB

Tints of Baby Blue #4FEFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42%

 BLUE value IS 251 (98.44% from 255) = 44.11%

R = 13.88%
G = 42%
B = 44.11%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4FEFFB (or 0x4FEFFB) is known color: Baby Blue. HEX triplet: 4F, EF and FB. RGB value is (79,239,251). Sum of RGB (Red+Green+Blue) = 79+239+251=569 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.88% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #4FEFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEFFB is #B01004. Grayscale: #C0C0C0. Windows color (decimal): -11538437 or 16510799. OLE color: 16510799.

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

Color convert

RGB 79 239 251 -
CMYK 0.69 0.05 0 0.02
HSL 184.19º 0.96% 0.65% -
HSV(B) 184.19º 0.69% 0.98% -
XYZ 51.5 70.36 102.13 -
YUV 192.53 160.99 47.02 -
System Red Green Blue C M Y K H S L
Decimal 79 239 251 0.69 0.05 0 0.02 184.19 0.96 0.65
Hex 4F EF FB 45 5 0 2 B8 60 41
Octal 117 357 373 105 5 0 2 270 140 101
Binary 1001111 11101111 11111011 1000101 101 0 10 10111000 1100000 1000001

Color Harmonies of #4FEFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEFFB

Black with #4FEFFB

Text Example


Text Example

White with #4FEFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,239,251); }

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

background-color css

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

 a { background-color: rgb(79,239,251); }

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

border-color css

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

 span { border-color: rgb(79,239,251); }

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