Html Css Color HEX #4ABEDD Summer Sky

📋 copy color: '#4ABEDD'

red 74 ◦ green 190 ◦ blue 221

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

Shades of Summer Sky #4ABEDD

Tints of Summer Sky #4ABEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.18%

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

R = 15.26%
G = 39.18%
B = 45.57%

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

#4ABEDD (or 0x4ABEDD) is known color: Summer Sky. HEX triplet: 4A, BE and DD. RGB value is (74,190,221). Sum of RGB (Red+Green+Blue) = 74+190+221=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #4ABEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABEDD is #B54122. Grayscale: #9E9E9E. Windows color (decimal): -11878691 or 14532170. OLE color: 14532170.

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

Color convert

RGB 74 190 221 -
CMYK 0.67 0.14 0 0.13
HSL 192.65º 0.68% 0.58% -
HSV(B) 192.65º 0.67% 0.87% -
XYZ 34.29 43.5 75 -
YUV 158.85 163.07 67.48 -
System Red Green Blue C M Y K H S L
Decimal 74 190 221 0.67 0.14 0 0.13 192.65 0.68 0.58
Hex 4A BE DD 43 E 0 D C1 44 3A
Octal 112 276 335 103 16 0 15 301 104 72
Binary 1001010 10111110 11011101 1000011 1110 0 1101 11000001 1000100 111010

Color Harmonies of #4ABEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABEDD

Black with #4ABEDD

Text Example


Text Example

White with #4ABEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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