#2F9ABD

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

Shades of Pelorous #2F9ABD

Tints of Pelorous #2F9ABD

Color information

#2F9ABD (or 0x2F9ABD) is unknown color: approx Pelorous. HEX triplet: 2F, 9A and BD. RGB value is (47,154,189). Sum of RGB (Red+Green+Blue) = 47+154+189=390 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.05% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #2F9ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9ABD is #D06542. Grayscale: #7D7D7D. Windows color (decimal): -13657411 or 12425775. OLE color: 12425775.

HSL color Cylindrical-coordinate representation of color #2F9ABD: hue angle of 194.79º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F9ABD is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB47154189-
CMYK0.750.1900.26
HSL194.79º60.17%46.27%-
HSV(B)194.79º75.13%74.12%-
XYZ21.9127.3952.28-
YUV126163.5571.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.05%
GREEN value IS 154 (60.55% from 255) = 39.49%
BLUE value IS 189 (74.22% from 255) = 48.46%
R=12.05%
G=39.49%
B=48.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal471541890.750.1900.26194.7960.1746.27
Hex2F9ABD4B1301Ac33c2e
Octal57232275113230323037456
Binary101111100110101011110110010111001101101011000011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F9ABD; }

 p { color: rgb(47,154,189); }

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

<style>
 a { background-color: #2F9ABD; }

 a { background-color: rgb(47,154,189); }

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

<style>
 span { border-color: #2F9ABD; }

 span { border-color: rgb(47,154,189); }

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