Html Css Color HEX #239ABB Pelorous

📋 copy color: '#239ABB'

red 35 ◦ green 154 ◦ blue 187

#239ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #239ABB

Tints of Pelorous #239ABB

RGB

 RED value IS 35 (14.06% from 255) = 9.31%

 GREEN value IS 154 (60.55% from 255) = 40.96%

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 9.31%
G = 40.96%
B = 49.73%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#239ABB (or 0x239ABB) is known color: Pelorous. HEX triplet: 23, 9A and BB. RGB value is (35,154,187). Sum of RGB (Red+Green+Blue) = 35+154+187=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #239ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239ABB is #DC6544. Grayscale: #797979. Windows color (decimal): -14443845 or 12294691. OLE color: 12294691.

HSL color Cylindrical-coordinate representation of color #239ABB: hue angle of 193.03º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #239ABB is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 154 187 -
CMYK 0.81 0.18 0 0.27
HSL 193.03º 0.68% 0.44% -
HSV(B) 193.03º 0.81% 0.73% -
XYZ 21.22 27.06 51.12 -
YUV 122.18 164.58 65.82 -
System Red Green Blue C M Y K H S L
Decimal 35 154 187 0.81 0.18 0 0.27 193.03 0.68 0.44
Hex 23 9A BB 51 12 0 1B C1 44 2C
Octal 43 232 273 121 22 0 33 301 104 54
Binary 100011 10011010 10111011 1010001 10010 0 11011 11000001 1000100 101100

Color Harmonies of #239ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239ABB

Black with #239ABB

Text Example


Text Example

White with #239ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #239ABB;
 }
 .AnyTagClassName
 {
   color: #239ABB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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