Html Css Color HEX #4ABADD Summer Sky

📋 copy color: '#4ABADD'

red 74 ◦ green 186 ◦ blue 221

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

Shades of Summer Sky #4ABADD

Tints of Summer Sky #4ABADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.67%

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

R = 15.38%
G = 38.67%
B = 45.95%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4ABADD (or 0x4ABADD) is known color: Summer Sky. HEX triplet: 4A, BA and DD. RGB value is (74,186,221). Sum of RGB (Red+Green+Blue) = 74+186+221=481 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.38% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #4ABADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABADD is #B54522. Grayscale: #9C9C9C. Windows color (decimal): -11879715 or 14531146. OLE color: 14531146.

HSL color Cylindrical-coordinate representation of color #4ABADD: hue angle of 194.29º 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 #4ABADD is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 186 221 -
CMYK 0.67 0.16 0 0.13
HSL 194.29º 0.68% 0.58% -
HSV(B) 194.29º 0.67% 0.87% -
XYZ 33.43 41.79 74.71 -
YUV 156.5 164.39 69.15 -
System Red Green Blue C M Y K H S L
Decimal 74 186 221 0.67 0.16 0 0.13 194.29 0.68 0.58
Hex 4A BA DD 43 10 0 D C2 44 3A
Octal 112 272 335 103 20 0 15 302 104 72
Binary 1001010 10111010 11011101 1000011 10000 0 1101 11000010 1000100 111010

Color Harmonies of #4ABADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABADD

Black with #4ABADD

Text Example


Text Example

White with #4ABADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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