Html Css Color HEX #4ABDDD Summer Sky

📋 copy color: '#4ABDDD'

red 74 ◦ green 189 ◦ blue 221

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

Shades of Summer Sky #4ABDDD

Tints of Summer Sky #4ABDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.05%

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

R = 15.29%
G = 39.05%
B = 45.66%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4ABDDD (or 0x4ABDDD) is known color: Summer Sky. HEX triplet: 4A, BD and DD. RGB value is (74,189,221). Sum of RGB (Red+Green+Blue) = 74+189+221=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #4ABDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABDDD is #B54222. Grayscale: #9E9E9E. Windows color (decimal): -11878947 or 14531914. OLE color: 14531914.

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

Color convert

RGB 74 189 221 -
CMYK 0.67 0.14 0 0.13
HSL 193.06º 0.68% 0.58% -
HSV(B) 193.06º 0.67% 0.87% -
XYZ 34.07 43.07 74.92 -
YUV 158.26 163.4 67.9 -
System Red Green Blue C M Y K H S L
Decimal 74 189 221 0.67 0.14 0 0.13 193.06 0.68 0.58
Hex 4A BD DD 43 E 0 D C1 44 3A
Octal 112 275 335 103 16 0 15 301 104 72
Binary 1001010 10111101 11011101 1000011 1110 0 1101 11000001 1000100 111010

Color Harmonies of #4ABDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABDDD

Black with #4ABDDD

Text Example


Text Example

White with #4ABDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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