#269CD8

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

Shades of Summer Sky #269CD8

Tints of Summer Sky #269CD8

Color information

#269CD8 (or 0x269CD8) is unknown color: approx Summer Sky. HEX triplet: 26, 9C and D8. RGB value is (38,156,216). Sum of RGB (Red+Green+Blue) = 38+156+216=410 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.27% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 216 (84.77% from 255 or 52.68% from 410); Max value from RGB is 216 - color contains mainly: blue. Hex color #269CD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269CD8 is #D96327. Grayscale: #7F7F7F. Windows color (decimal): -14246696 or 14195750. OLE color: 14195750.

HSL color Cylindrical-coordinate representation of color #269CD8: hue angle of 200.22º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #269CD8 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB38156216-
CMYK0.820.2800.15
HSL200.22º70.08%49.8%-
HSV(B)200.22º82.41%84.71%-
XYZ25.0829.1569.27-
YUV127.56177.9164.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.27%
GREEN value IS 156 (61.33% from 255) = 38.05%
BLUE value IS 216 (84.77% from 255) = 52.68%
R=9.27%
G=38.05%
B=52.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal381562160.820.2800.15200.2270.0849.8
Hex269CD8521C0Fc84632
Octal462343301223401731010662
Binary100110100111001101100010100101110001111110010001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269CD8; }

 p { color: rgb(38,156,216); }

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

<style>
 a { background-color: #269CD8; }

 a { background-color: rgb(38,156,216); }

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

<style>
 span { border-color: #269CD8; }

 span { border-color: rgb(38,156,216); }

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