Html Css Color HEX #4AB8DD Summer Sky

📋 copy color: '#4AB8DD'

red 74 ◦ green 184 ◦ blue 221

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

Shades of Summer Sky #4AB8DD

Tints of Summer Sky #4AB8DD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.41%

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 15.45%
G = 38.41%
B = 46.14%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4AB8DD (or 0x4AB8DD) is known color: Summer Sky. HEX triplet: 4A, B8 and DD. RGB value is (74,184,221). Sum of RGB (Red+Green+Blue) = 74+184+221=479 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.45% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #4AB8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB8DD is #B54722. Grayscale: #9B9B9B. Windows color (decimal): -11880227 or 14530634. OLE color: 14530634.

HSL color Cylindrical-coordinate representation of color #4AB8DD: hue angle of 195.1º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AB8DD is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 184 221 -
CMYK 0.67 0.17 0 0.13
HSL 195.1º 0.68% 0.58% -
HSV(B) 195.1º 0.67% 0.87% -
XYZ 33.02 40.96 74.57 -
YUV 155.33 165.06 69.99 -
System Red Green Blue C M Y K H S L
Decimal 74 184 221 0.67 0.17 0 0.13 195.1 0.68 0.58
Hex 4A B8 DD 43 11 0 D C3 44 3A
Octal 112 270 335 103 21 0 15 303 104 72
Binary 1001010 10111000 11011101 1000011 10001 0 1101 11000011 1000100 111010

Color Harmonies of #4AB8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB8DD

Black with #4AB8DD

Text Example


Text Example

White with #4AB8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,184,221); }

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

background-color css

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

 a { background-color: rgb(74,184,221); }

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

border-color css

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

 span { border-color: rgb(74,184,221); }

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