Html Css Color HEX #4FECFD Baby Blue

📋 copy color: '#4FECFD'

red 79 ◦ green 236 ◦ blue 253

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

Shades of Baby Blue #4FECFD

Tints of Baby Blue #4FECFD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.55%

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

R = 13.91%
G = 41.55%
B = 44.54%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4FECFD (or 0x4FECFD) is known color: Baby Blue. HEX triplet: 4F, EC and FD. RGB value is (79,236,253). Sum of RGB (Red+Green+Blue) = 79+236+253=568 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.91% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FECFD is #B01302. Grayscale: #BEBEBE. Windows color (decimal): -11539203 or 16641103. OLE color: 16641103.

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

Color convert

RGB 79 236 253 -
CMYK 0.69 0.07 0 0.01
HSL 185.86º 0.98% 0.65% -
HSV(B) 185.86º 0.69% 0.99% -
XYZ 50.95 68.75 103.51 -
YUV 191 162.99 48.12 -
System Red Green Blue C M Y K H S L
Decimal 79 236 253 0.69 0.07 0 0.01 185.86 0.98 0.65
Hex 4F EC FD 45 7 0 1 BA 62 41
Octal 117 354 375 105 7 0 1 272 142 101
Binary 1001111 11101100 11111101 1000101 111 0 1 10111010 1100010 1000001

Color Harmonies of #4FECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FECFD

Black with #4FECFD

Text Example


Text Example

White with #4FECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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