Html Css Color HEX #239ABC Pelorous

📋 copy color: '#239ABC'

red 35 ◦ green 154 ◦ blue 188

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

Shades of Pelorous #239ABC

Tints of Pelorous #239ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 9.28%
G = 40.85%
B = 49.87%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#239ABC (or 0x239ABC) is known color: Pelorous. HEX triplet: 23, 9A and BC. RGB value is (35,154,188). Sum of RGB (Red+Green+Blue) = 35+154+188=377 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.28% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #239ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239ABC is #DC6543. Grayscale: #7A7A7A. Windows color (decimal): -14443844 or 12360227. OLE color: 12360227.

HSL color Cylindrical-coordinate representation of color #239ABC: hue angle of 193.33º 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 #239ABC is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 154 188 -
CMYK 0.81 0.18 0 0.26
HSL 193.33º 0.69% 0.44% -
HSV(B) 193.33º 0.81% 0.74% -
XYZ 21.33 27.1 51.68 -
YUV 122.3 165.08 65.74 -
System Red Green Blue C M Y K H S L
Decimal 35 154 188 0.81 0.18 0 0.26 193.33 0.69 0.44
Hex 23 9A BC 51 12 0 1A C1 45 2C
Octal 43 232 274 121 22 0 32 301 105 54
Binary 100011 10011010 10111100 1010001 10010 0 11010 11000001 1000101 101100

Color Harmonies of #239ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239ABC

Black with #239ABC

Text Example


Text Example

White with #239ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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