#2699a5

Color #2699A5 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2699A5

Tints of Pelorous #2699A5

Color information

#2699A5 (or 0x2699A5) is unknown color: approx Pelorous. HEX triplet: 26, 99 and A5. RGB value is (38,153,165). Sum of RGB (Red+Green+Blue) = 38+153+165=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 165 - color contains mainly: blue. Hex color #2699A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2699A5 is #D9665A. Grayscale: #777777. Windows color (decimal): -14247515 or 10852646. OLE color: 10852646.

HSL color Cylindrical-coordinate representation of color #2699A5: hue angle of 185.67º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2699A5 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB38153165-
CMYK0.770.0700.35
HSL185.67º62.56%39.8%-
HSV(B)185.67º76.97%64.71%-
XYZ18.9825.9139.6-
YUV119.98153.469.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.67%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 165 (64.84% from 255) = 46.35%
R=10.67%
G=42.98%
B=46.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381531650.770.0700.35185.6762.5639.8
Hex2699A54D7023ba3f28
Octal4623124511570432727750
Binary10011010011001101001011001101111010001110111010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2699a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2699a5; }

 p { color: rgb(38,153,165); }

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

<style>
 a { background-color: #2699a5; }

 a { background-color: rgb(38,153,165); }

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

<style>
 span { border-color: #2699a5; }

 span { border-color: rgb(38,153,165); }

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