#2299D4

Color #2299D4 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2299D4

Tints of Summer Sky #2299D4

Color information

#2299D4 (or 0x2299D4) is unknown color: approx Summer Sky. HEX triplet: 22, 99 and D4. RGB value is (34,153,212). Sum of RGB (Red+Green+Blue) = 34+153+212=399 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.52% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 212 (83.20% from 255 or 53.13% from 399); Max value from RGB is 212 - color contains mainly: blue. Hex color #2299D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2299D4 is #DD662B. Grayscale: #7B7B7B. Windows color (decimal): -14509612 or 13932834. OLE color: 13932834.

HSL color Cylindrical-coordinate representation of color #2299D4: hue angle of 199.89º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2299D4 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB34153212-
CMYK0.840.2800.17
HSL199.89º72.36%48.24%-
HSV(B)199.89º83.96%83.14%-
XYZ23.9327.8866.41-
YUV124.14177.5863.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.52%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 212 (83.20% from 255) = 53.13%
R=8.52%
G=38.35%
B=53.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal341532120.840.2800.17199.8972.3648.24
Hex2299D4541C011c84830
Octal422313241243402131011060
Binary1000101001100111010100101010011100010001110010001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2299D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2299D4; }

 p { color: rgb(34,153,212); }

 H1.HeaderClassName
 {
   color: #2299D4;
 }
 .AnyTagClassName
 {
   color: #2299D4;
 }
</style>
background-color css

<style>
 a { background-color: #2299D4; }

 a { background-color: rgb(34,153,212); }

 div.DivClassName
 {
   background-color: #2299D4;
 }
 .BgClassName
 {
   background-color: #2299D4;
 }
</style>
border-color css

<style>
 span { border-color: #2299D4; }

 span { border-color: rgb(34,153,212); }

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