Html Css Color HEX #4FFCED Baby Blue

📋 copy color: '#4FFCED'

red 79 ◦ green 252 ◦ blue 237

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

Shades of Baby Blue #4FFCED

Tints of Baby Blue #4FFCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.37%

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 13.91%
G = 44.37%
B = 41.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#4FFCED (or 0x4FFCED) is known color: Baby Blue. HEX triplet: 4F, FC and ED. RGB value is (79,252,237). Sum of RGB (Red+Green+Blue) = 79+252+237=568 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.91% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFCED is #B00312. Grayscale: #C6C6C6. Windows color (decimal): -11535123 or 15596623. OLE color: 15596623.

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

Color convert

RGB 79 252 237 -
CMYK 0.69 0 0.06 0.01
HSL 174.8º 0.97% 0.65% -
HSV(B) 174.8º 0.69% 0.99% -
XYZ 53.32 77.4 92.25 -
YUV 198.56 149.69 42.72 -
System Red Green Blue C M Y K H S L
Decimal 79 252 237 0.69 0 0.06 0.01 174.8 0.97 0.65
Hex 4F FC ED 45 0 6 1 AF 61 41
Octal 117 374 355 105 0 6 1 257 141 101
Binary 1001111 11111100 11101101 1000101 0 110 1 10101111 1100001 1000001

Color Harmonies of #4FFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFCED

Black with #4FFCED

Text Example


Text Example

White with #4FFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,252,237); }

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

background-color css

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

 a { background-color: rgb(79,252,237); }

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

border-color css

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

 span { border-color: rgb(79,252,237); }

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