Html Css Color HEX #4AEBFD Baby Blue

📋 copy color: '#4AEBFD'

red 74 ◦ green 235 ◦ blue 253

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

Shades of Baby Blue #4AEBFD

Tints of Baby Blue #4AEBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 13.17%
G = 41.81%
B = 45.02%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4AEBFD (or 0x4AEBFD) is known color: Baby Blue. HEX triplet: 4A, EB and FD. RGB value is (74,235,253). Sum of RGB (Red+Green+Blue) = 74+235+253=562 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.17% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #4AEBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEBFD is #B51402. Grayscale: #BCBCBC. Windows color (decimal): -11867139 or 16640842. OLE color: 16640842.

HSL color Cylindrical-coordinate representation of color #4AEBFD: hue angle of 186.03º degrees, saturation: 0.98, 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 #4AEBFD is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 235 253 -
CMYK 0.71 0.07 0 0.01
HSL 186.03º 0.98% 0.64% -
HSV(B) 186.03º 0.71% 0.99% -
XYZ 50.26 67.96 103.4 -
YUV 188.91 164.16 46.04 -
System Red Green Blue C M Y K H S L
Decimal 74 235 253 0.71 0.07 0 0.01 186.03 0.98 0.64
Hex 4A EB FD 47 7 0 1 BA 62 40
Octal 112 353 375 107 7 0 1 272 142 100
Binary 1001010 11101011 11111101 1000111 111 0 1 10111010 1100010 1000000

Color Harmonies of #4AEBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEBFD

Black with #4AEBFD

Text Example


Text Example

White with #4AEBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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