Html Css Color HEX #239ABA Pelorous

📋 copy color: '#239ABA'

red 35 ◦ green 154 ◦ blue 186

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

Shades of Pelorous #239ABA

Tints of Pelorous #239ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 9.33%
G = 41.07%
B = 49.6%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#239ABA (or 0x239ABA) is known color: Pelorous. HEX triplet: 23, 9A and BA. RGB value is (35,154,186). Sum of RGB (Red+Green+Blue) = 35+154+186=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #239ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239ABA is #DC6545. Grayscale: #797979. Windows color (decimal): -14443846 or 12229155. OLE color: 12229155.

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

Color convert

RGB 35 154 186 -
CMYK 0.81 0.17 0 0.27
HSL 192.72º 0.68% 0.43% -
HSV(B) 192.72º 0.81% 0.73% -
XYZ 21.11 27.01 50.56 -
YUV 122.07 164.08 65.9 -
System Red Green Blue C M Y K H S L
Decimal 35 154 186 0.81 0.17 0 0.27 192.72 0.68 0.43
Hex 23 9A BA 51 11 0 1B C1 44 2B
Octal 43 232 272 121 21 0 33 301 104 53
Binary 100011 10011010 10111010 1010001 10001 0 11011 11000001 1000100 101011

Color Harmonies of #239ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239ABA

Black with #239ABA

Text Example


Text Example

White with #239ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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