Html Css Color HEX #4FEFFD Baby Blue

📋 copy color: '#4FEFFD'

red 79 ◦ green 239 ◦ blue 253

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

Shades of Baby Blue #4FEFFD

Tints of Baby Blue #4FEFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.31%

R = 13.84%
G = 41.86%
B = 44.31%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4FEFFD (or 0x4FEFFD) is known color: Baby Blue. HEX triplet: 4F, EF and FD. RGB value is (79,239,253). Sum of RGB (Red+Green+Blue) = 79+239+253=571 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.84% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FEFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEFFD is #B01002. Grayscale: #C0C0C0. Windows color (decimal): -11538435 or 16641871. OLE color: 16641871.

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

Color convert

RGB 79 239 253 -
CMYK 0.69 0.06 0 0.01
HSL 184.83º 0.98% 0.65% -
HSV(B) 184.83º 0.69% 0.99% -
XYZ 51.82 70.49 103.8 -
YUV 192.76 161.99 46.86 -
System Red Green Blue C M Y K H S L
Decimal 79 239 253 0.69 0.06 0 0.01 184.83 0.98 0.65
Hex 4F EF FD 45 6 0 1 B9 62 41
Octal 117 357 375 105 6 0 1 271 142 101
Binary 1001111 11101111 11111101 1000101 110 0 1 10111001 1100010 1000001

Color Harmonies of #4FEFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEFFD

Black with #4FEFFD

Text Example


Text Example

White with #4FEFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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