Html Css Color HEX #4AACEB Summer Sky

📋 copy color: '#4AACEB'

red 74 ◦ green 172 ◦ blue 235

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

Shades of Summer Sky #4AACEB

Tints of Summer Sky #4AACEB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.76%

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

R = 15.38%
G = 35.76%
B = 48.86%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4AACEB (or 0x4AACEB) is known color: Summer Sky. HEX triplet: 4A, AC and EB. RGB value is (74,172,235). Sum of RGB (Red+Green+Blue) = 74+172+235=481 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.38% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #4AACEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AACEB is #B55314. Grayscale: #959595. Windows color (decimal): -11883285 or 15445066. OLE color: 15445066.

HSL color Cylindrical-coordinate representation of color #4AACEB: hue angle of 203.48º 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 #4AACEB is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 172 235 -
CMYK 0.69 0.27 0 0.08
HSL 203.48º 0.8% 0.61% -
HSV(B) 203.48º 0.69% 0.92% -
XYZ 32.57 36.96 84.01 -
YUV 149.88 176.03 73.88 -
System Red Green Blue C M Y K H S L
Decimal 74 172 235 0.69 0.27 0 0.08 203.48 0.8 0.61
Hex 4A AC EB 45 1B 0 8 CB 50 3D
Octal 112 254 353 105 33 0 10 313 120 75
Binary 1001010 10101100 11101011 1000101 11011 0 1000 11001011 1010000 111101

Color Harmonies of #4AACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AACEB

Black with #4AACEB

Text Example


Text Example

White with #4AACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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