Html Css Color HEX #4AADEB Summer Sky

📋 copy color: '#4AADEB'

red 74 ◦ green 173 ◦ blue 235

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

Shades of Summer Sky #4AADEB

Tints of Summer Sky #4AADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.89%

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 15.35%
G = 35.89%
B = 48.76%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4AADEB (or 0x4AADEB) is known color: Summer Sky. HEX triplet: 4A, AD and EB. RGB value is (74,173,235). Sum of RGB (Red+Green+Blue) = 74+173+235=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #4AADEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AADEB is #B55214. Grayscale: #969696. Windows color (decimal): -11883029 or 15445322. OLE color: 15445322.

HSL color Cylindrical-coordinate representation of color #4AADEB: hue angle of 203.11º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AADEB is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 173 235 -
CMYK 0.69 0.26 0 0.08
HSL 203.11º 0.8% 0.61% -
HSV(B) 203.11º 0.69% 0.92% -
XYZ 32.76 37.34 84.08 -
YUV 150.47 175.7 73.46 -
System Red Green Blue C M Y K H S L
Decimal 74 173 235 0.69 0.26 0 0.08 203.11 0.8 0.61
Hex 4A AD EB 45 1A 0 8 CB 50 3D
Octal 112 255 353 105 32 0 10 313 120 75
Binary 1001010 10101101 11101011 1000101 11010 0 1000 11001011 1010000 111101

Color Harmonies of #4AADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AADEB

Black with #4AADEB

Text Example


Text Example

White with #4AADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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