Html Css Color HEX #4FECFF Baby Blue

📋 copy color: '#4FECFF'

red 79 ◦ green 236 ◦ blue 255

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

Shades of Baby Blue #4FECFF

Tints of Baby Blue #4FECFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.74%

R = 13.86%
G = 41.4%
B = 44.74%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4FECFF (or 0x4FECFF) is known color: Baby Blue. HEX triplet: 4F, EC and FF. RGB value is (79,236,255). Sum of RGB (Red+Green+Blue) = 79+236+255=570 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.86% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FECFF is #B01300. Grayscale: #BEBEBE. Windows color (decimal): -11539201 or 16772175. OLE color: 16772175.

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

Color convert

RGB 79 236 255 -
CMYK 0.69 0.07 0 0
HSL 186.48º 1% 0.65% -
HSV(B) 186.48º 0.69% 1% -
XYZ 51.27 68.87 105.2 -
YUV 191.22 163.99 47.96 -
System Red Green Blue C M Y K H S L
Decimal 79 236 255 0.69 0.07 0 0 186.48 1 0.65
Hex 4F EC FF 45 7 0 0 BA 64 41
Octal 117 354 377 105 7 0 0 272 144 101
Binary 1001111 11101100 11111111 1000101 111 0 0 10111010 1100100 1000001

Color Harmonies of #4FECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FECFF

Black with #4FECFF

Text Example


Text Example

White with #4FECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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