Html Css Color HEX #2899DC Summer Sky

📋 copy color: '#2899DC'

red 40 ◦ green 153 ◦ blue 220

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

Shades of Summer Sky #2899DC

Tints of Summer Sky #2899DC

RGB

 RED value IS 40 (16.02% from 255) = 9.69%

 GREEN value IS 153 (60.16% from 255) = 37.05%

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 9.69%
G = 37.05%
B = 53.27%

CMYK

 C value IS 0.82

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2899DC (or 0x2899DC) is known color: Summer Sky. HEX triplet: 28, 99 and DC. RGB value is (40,153,220). Sum of RGB (Red+Green+Blue) = 40+153+220=413 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.69% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #2899DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2899DC is #D76623. Grayscale: #7E7E7E. Windows color (decimal): -14116388 or 14457128. OLE color: 14457128.

HSL color Cylindrical-coordinate representation of color #2899DC: hue angle of 202.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2899DC is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 153 220 -
CMYK 0.82 0.30 0 0.14
HSL 202.33º 0.72% 0.51% -
HSV(B) 202.33º 0.82% 0.86% -
XYZ 25.18 28.4 71.86 -
YUV 126.85 180.56 66.05 -
System Red Green Blue C M Y K H S L
Decimal 40 153 220 0.82 0.30 0 0.14 202.33 0.72 0.51
Hex 28 99 DC 52 1E 0 E CA 48 33
Octal 50 231 334 122 36 0 16 312 110 63
Binary 101000 10011001 11011100 1010010 11110 0 1110 11001010 1001000 110011

Color Harmonies of #2899DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2899DC

Black with #2899DC

Text Example


Text Example

White with #2899DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2899DC; }

 p { color: rgb(40,153,220); }

 H1.HeaderClassName
 {
   color: #2899DC;
 }
 .AnyTagClassName
 {
   color: #2899DC;
 }
</style>

background-color css

<style>
 a { background-color: #2899DC; }

 a { background-color: rgb(40,153,220); }

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

border-color css

<style>
 span { border-color: #2899DC; }

 span { border-color: rgb(40,153,220); }

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