Html Css Color HEX #239ABD Pelorous

📋 copy color: '#239ABD'

red 35 ◦ green 154 ◦ blue 189

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

Shades of Pelorous #239ABD

Tints of Pelorous #239ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50%

R = 9.26%
G = 40.74%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#239ABD (or 0x239ABD) is known color: Pelorous. HEX triplet: 23, 9A and BD. RGB value is (35,154,189). Sum of RGB (Red+Green+Blue) = 35+154+189=378 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.26% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #239ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239ABD is #DC6542. Grayscale: #7A7A7A. Windows color (decimal): -14443843 or 12425763. OLE color: 12425763.

HSL color Cylindrical-coordinate representation of color #239ABD: hue angle of 193.64º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #239ABD is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 154 189 -
CMYK 0.81 0.19 0 0.26
HSL 193.64º 0.69% 0.44% -
HSV(B) 193.64º 0.81% 0.74% -
XYZ 21.43 27.14 52.25 -
YUV 122.41 165.58 65.65 -
System Red Green Blue C M Y K H S L
Decimal 35 154 189 0.81 0.19 0 0.26 193.64 0.69 0.44
Hex 23 9A BD 51 13 0 1A C2 45 2C
Octal 43 232 275 121 23 0 32 302 105 54
Binary 100011 10011010 10111101 1010001 10011 0 11010 11000010 1000101 101100

Color Harmonies of #239ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239ABD

Black with #239ABD

Text Example


Text Example

White with #239ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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