Html Css Color HEX #4AEEF8 Baby Blue

📋 copy color: '#4AEEF8'

red 74 ◦ green 238 ◦ blue 248

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

Shades of Baby Blue #4AEEF8

Tints of Baby Blue #4AEEF8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.5%

 BLUE value IS 248 (97.27% from 255) = 44.29%

R = 13.21%
G = 42.5%
B = 44.29%

CMYK

 C value IS 0.70

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4AEEF8 (or 0x4AEEF8) is known color: Baby Blue. HEX triplet: 4A, EE and F8. RGB value is (74,238,248). Sum of RGB (Red+Green+Blue) = 74+238+248=560 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.21% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #4AEEF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEEF8 is #B51107. Grayscale: #BDBDBD. Windows color (decimal): -11866376 or 16313930. OLE color: 16313930.

HSL color Cylindrical-coordinate representation of color #4AEEF8: hue angle of 183.45º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AEEF8 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 74 238 248 -
CMYK 0.70 0.04 0 0.03
HSL 183.45º 0.93% 0.63% -
HSV(B) 183.45º 0.7% 0.97% -
XYZ 50.34 69.38 99.55 -
YUV 190.1 160.67 45.19 -
System Red Green Blue C M Y K H S L
Decimal 74 238 248 0.70 0.04 0 0.03 183.45 0.93 0.63
Hex 4A EE F8 46 4 0 3 B7 5D 3F
Octal 112 356 370 106 4 0 3 267 135 77
Binary 1001010 11101110 11111000 1000110 100 0 11 10110111 1011101 111111

Color Harmonies of #4AEEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEEF8

Black with #4AEEF8

Text Example


Text Example

White with #4AEEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,238,248); }

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

background-color css

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

 a { background-color: rgb(74,238,248); }

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

border-color css

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

 span { border-color: rgb(74,238,248); }

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