Html Css Color HEX #4AECFA Baby Blue

📋 copy color: '#4AECFA'

red 74 ◦ green 236 ◦ blue 250

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

Shades of Baby Blue #4AECFA

Tints of Baby Blue #4AECFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 13.21%
G = 42.14%
B = 44.64%

CMYK

 C value IS 0.70

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4AECFA (or 0x4AECFA) is known color: Baby Blue. HEX triplet: 4A, EC and FA. RGB value is (74,236,250). Sum of RGB (Red+Green+Blue) = 74+236+250=560 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.21% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #4AECFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AECFA is #B51305. Grayscale: #BCBCBC. Windows color (decimal): -11866886 or 16444490. OLE color: 16444490.

HSL color Cylindrical-coordinate representation of color #4AECFA: hue angle of 184.77º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AECFA is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 236 250 -
CMYK 0.70 0.06 0 0.02
HSL 184.77º 0.95% 0.64% -
HSV(B) 184.77º 0.7% 0.98% -
XYZ 50.07 68.35 101 -
YUV 189.16 162.33 45.86 -
System Red Green Blue C M Y K H S L
Decimal 74 236 250 0.70 0.06 0 0.02 184.77 0.95 0.64
Hex 4A EC FA 46 6 0 2 B9 5F 40
Octal 112 354 372 106 6 0 2 271 137 100
Binary 1001010 11101100 11111010 1000110 110 0 10 10111001 1011111 1000000

Color Harmonies of #4AECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECFA

Black with #4AECFA

Text Example


Text Example

White with #4AECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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