Html Css Color HEX #4AABEB Summer Sky

📋 copy color: '#4AABEB'

red 74 ◦ green 171 ◦ blue 235

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

Shades of Summer Sky #4AABEB

Tints of Summer Sky #4AABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.63%

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

R = 15.42%
G = 35.63%
B = 48.96%

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

#4AABEB (or 0x4AABEB) is known color: Summer Sky. HEX triplet: 4A, AB and EB. RGB value is (74,171,235). Sum of RGB (Red+Green+Blue) = 74+171+235=480 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.42% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #4AABEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AABEB is #B55414. Grayscale: #949494. Windows color (decimal): -11883541 or 15444810. OLE color: 15444810.

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

Color convert

RGB 74 171 235 -
CMYK 0.69 0.27 0 0.08
HSL 203.85º 0.8% 0.61% -
HSV(B) 203.85º 0.69% 0.92% -
XYZ 32.38 36.58 83.95 -
YUV 149.29 176.36 74.3 -
System Red Green Blue C M Y K H S L
Decimal 74 171 235 0.69 0.27 0 0.08 203.85 0.8 0.61
Hex 4A AB EB 45 1B 0 8 CC 50 3D
Octal 112 253 353 105 33 0 10 314 120 75
Binary 1001010 10101011 11101011 1000101 11011 0 1000 11001100 1010000 111101

Color Harmonies of #4AABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AABEB

Black with #4AABEB

Text Example


Text Example

White with #4AABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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