Html Css Color HEX #4AEBFE Baby Blue

📋 copy color: '#4AEBFE'

red 74 ◦ green 235 ◦ blue 254

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

Shades of Baby Blue #4AEBFE

Tints of Baby Blue #4AEBFE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.74%

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 13.14%
G = 41.74%
B = 45.12%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4AEBFE (or 0x4AEBFE) is known color: Baby Blue. HEX triplet: 4A, EB and FE. RGB value is (74,235,254). Sum of RGB (Red+Green+Blue) = 74+235+254=563 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.14% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AEBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEBFE is #B51401. Grayscale: #BCBCBC. Windows color (decimal): -11867138 or 16706378. OLE color: 16706378.

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

Color convert

RGB 74 235 254 -
CMYK 0.71 0.07 0 0.00
HSL 186.33º 0.99% 0.64% -
HSV(B) 186.33º 0.71% 1% -
XYZ 50.42 68.03 104.24 -
YUV 189.03 164.66 45.96 -
System Red Green Blue C M Y K H S L
Decimal 74 235 254 0.71 0.07 0 0.00 186.33 0.99 0.64
Hex 4A EB FE 47 7 0 0 BA 63 40
Octal 112 353 376 107 7 0 0 272 143 100
Binary 1001010 11101011 11111110 1000111 111 0 0 10111010 1100011 1000000

Color Harmonies of #4AEBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEBFE

Black with #4AEBFE

Text Example


Text Example

White with #4AEBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,235,254); }

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

background-color css

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

 a { background-color: rgb(74,235,254); }

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

border-color css

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

 span { border-color: rgb(74,235,254); }

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