Html Css Color HEX #4FEAFD Baby Blue

📋 copy color: '#4FEAFD'

red 79 ◦ green 234 ◦ blue 253

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

Shades of Baby Blue #4FEAFD

Tints of Baby Blue #4FEAFD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.34%

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

R = 13.96%
G = 41.34%
B = 44.7%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4FEAFD (or 0x4FEAFD) is known color: Baby Blue. HEX triplet: 4F, EA and FD. RGB value is (79,234,253). Sum of RGB (Red+Green+Blue) = 79+234+253=566 (74% of max value = 765). Red value is 79 (31.25% from 255 or 13.96% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FEAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEAFD is #B01502. Grayscale: #BDBDBD. Windows color (decimal): -11539715 or 16640591. OLE color: 16640591.

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

Color convert

RGB 79 234 253 -
CMYK 0.69 0.08 0 0.01
HSL 186.55º 0.98% 0.65% -
HSV(B) 186.55º 0.69% 0.99% -
XYZ 50.38 67.6 103.32 -
YUV 189.82 163.65 48.96 -
System Red Green Blue C M Y K H S L
Decimal 79 234 253 0.69 0.08 0 0.01 186.55 0.98 0.65
Hex 4F EA FD 45 8 0 1 BB 62 41
Octal 117 352 375 105 10 0 1 273 142 101
Binary 1001111 11101010 11111101 1000101 1000 0 1 10111011 1100010 1000001

Color Harmonies of #4FEAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEAFD

Black with #4FEAFD

Text Example


Text Example

White with #4FEAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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