Html Css Color HEX #4FECF9 Baby Blue

📋 copy color: '#4FECF9'

red 79 ◦ green 236 ◦ blue 249

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

Shades of Baby Blue #4FECF9

Tints of Baby Blue #4FECF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.15%

R = 14.01%
G = 41.84%
B = 44.15%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4FECF9 (or 0x4FECF9) is known color: Baby Blue. HEX triplet: 4F, EC and F9. RGB value is (79,236,249). Sum of RGB (Red+Green+Blue) = 79+236+249=564 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.01% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #4FECF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FECF9 is #B01306. Grayscale: #BEBEBE. Windows color (decimal): -11539207 or 16378959. OLE color: 16378959.

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

Color convert

RGB 79 236 249 -
CMYK 0.68 0.05 0 0.02
HSL 184.59º 0.93% 0.64% -
HSV(B) 184.59º 0.68% 0.98% -
XYZ 50.32 68.49 100.19 -
YUV 190.54 160.99 48.44 -
System Red Green Blue C M Y K H S L
Decimal 79 236 249 0.68 0.05 0 0.02 184.59 0.93 0.64
Hex 4F EC F9 44 5 0 2 B9 5D 40
Octal 117 354 371 104 5 0 2 271 135 100
Binary 1001111 11101100 11111001 1000100 101 0 10 10111001 1011101 1000000

Color Harmonies of #4FECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FECF9

Black with #4FECF9

Text Example


Text Example

White with #4FECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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