Html Css Color HEX #4AEDFF Baby Blue

📋 copy color: '#4AEDFF'

red 74 ◦ green 237 ◦ blue 255

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

Shades of Baby Blue #4AEDFF

Tints of Baby Blue #4AEDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.87%

 BLUE value IS 255 (100% from 255) = 45.05%

R = 13.07%
G = 41.87%
B = 45.05%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4AEDFF (or 0x4AEDFF) is known color: Baby Blue. HEX triplet: 4A, ED and FF. RGB value is (74,237,255). Sum of RGB (Red+Green+Blue) = 74+237+255=566 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.07% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AEDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEDFF is #B51200. Grayscale: #BEBEBE. Windows color (decimal): -11866625 or 16772426. OLE color: 16772426.

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

Color convert

RGB 74 237 255 -
CMYK 0.71 0.07 0 0
HSL 185.97º 1% 0.65% -
HSV(B) 185.97º 0.71% 1% -
XYZ 51.16 69.24 105.28 -
YUV 190.32 164.5 45.04 -
System Red Green Blue C M Y K H S L
Decimal 74 237 255 0.71 0.07 0 0 185.97 1 0.65
Hex 4A ED FF 47 7 0 0 BA 64 41
Octal 112 355 377 107 7 0 0 272 144 101
Binary 1001010 11101101 11111111 1000111 111 0 0 10111010 1100100 1000001

Color Harmonies of #4AEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEDFF

Black with #4AEDFF

Text Example


Text Example

White with #4AEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,237,255); }

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

background-color css

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

 a { background-color: rgb(74,237,255); }

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

border-color css

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

 span { border-color: rgb(74,237,255); }

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