Html Css Color HEX #4AECFC Baby Blue

📋 copy color: '#4AECFC'

red 74 ◦ green 236 ◦ blue 252

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

Shades of Baby Blue #4AECFC

Tints of Baby Blue #4AECFC

RGB

 RED value IS 74 (29.3% from 255) = 13.17%

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

 BLUE value IS 252 (98.83% from 255) = 44.84%

R = 13.17%
G = 41.99%
B = 44.84%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4AECFC (or 0x4AECFC) is known color: Baby Blue. HEX triplet: 4A, EC and FC. RGB value is (74,236,252). Sum of RGB (Red+Green+Blue) = 74+236+252=562 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.17% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #4AECFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AECFC is #B51303. Grayscale: #BDBDBD. Windows color (decimal): -11866884 or 16575562. OLE color: 16575562.

HSL color Cylindrical-coordinate representation of color #4AECFC: hue angle of 185.39º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AECFC is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 236 252 -
CMYK 0.71 0.06 0 0.01
HSL 185.39º 0.97% 0.64% -
HSV(B) 185.39º 0.71% 0.99% -
XYZ 50.39 68.48 102.66 -
YUV 189.39 163.33 45.7 -
System Red Green Blue C M Y K H S L
Decimal 74 236 252 0.71 0.06 0 0.01 185.39 0.97 0.64
Hex 4A EC FC 47 6 0 1 B9 61 40
Octal 112 354 374 107 6 0 1 271 141 100
Binary 1001010 11101100 11111100 1000111 110 0 1 10111001 1100001 1000000

Color Harmonies of #4AECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECFC

Black with #4AECFC

Text Example


Text Example

White with #4AECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,236,252); }

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

background-color css

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

 a { background-color: rgb(74,236,252); }

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

border-color css

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

 span { border-color: rgb(74,236,252); }

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