#239ACC

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

Shades of Pelorous #239ACC

Tints of Pelorous #239ACC

Color information

#239ACC (or 0x239ACC) is unknown color: approx Pelorous. HEX triplet: 23, 9A and CC. RGB value is (35,154,204). Sum of RGB (Red+Green+Blue) = 35+154+204=393 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.91% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #239ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239ACC is #DC6533. Grayscale: #7B7B7B. Windows color (decimal): -14443828 or 13408803. OLE color: 13408803.

HSL color Cylindrical-coordinate representation of color #239ACC: hue angle of 197.75º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #239ACC is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB35154204-
CMYK0.830.2500.2
HSL197.75º70.71%46.86%-
HSV(B)197.75º82.84%80%-
XYZ23.1527.8361.28-
YUV124.12173.0864.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.91%
GREEN value IS 154 (60.55% from 255) = 39.19%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=8.91%
G=39.19%
B=51.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal351542040.830.2500.2197.7570.7146.86
Hex239ACC5319014c6472f
Octal432323141233102430610757
Binary1000111001101011001100101001111001010100110001101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239ACC; }

 p { color: rgb(35,154,204); }

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

<style>
 a { background-color: #239ACC; }

 a { background-color: rgb(35,154,204); }

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

<style>
 span { border-color: #239ACC; }

 span { border-color: rgb(35,154,204); }

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