Html Css Color HEX #239BBE Pelorous

📋 copy color: '#239BBE'

red 35 ◦ green 155 ◦ blue 190

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

Shades of Pelorous #239BBE

Tints of Pelorous #239BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.79%

 BLUE value IS 190 (74.61% from 255) = 50%

R = 9.21%
G = 40.79%
B = 50%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#239BBE (or 0x239BBE) is known color: Pelorous. HEX triplet: 23, 9B and BE. RGB value is (35,155,190). Sum of RGB (Red+Green+Blue) = 35+155+190=380 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.21% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #239BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BBE is #DC6441. Grayscale: #7A7A7A. Windows color (decimal): -14443586 or 12491555. OLE color: 12491555.

HSL color Cylindrical-coordinate representation of color #239BBE: hue angle of 193.55º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #239BBE is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 155 190 -
CMYK 0.82 0.18 0 0.25
HSL 193.55º 0.69% 0.44% -
HSV(B) 193.55º 0.82% 0.75% -
XYZ 21.71 27.52 52.88 -
YUV 123.11 165.74 65.15 -
System Red Green Blue C M Y K H S L
Decimal 35 155 190 0.82 0.18 0 0.25 193.55 0.69 0.44
Hex 23 9B BE 52 12 0 19 C2 45 2C
Octal 43 233 276 122 22 0 31 302 105 54
Binary 100011 10011011 10111110 1010010 10010 0 11001 11000010 1000101 101100

Color Harmonies of #239BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BBE

Black with #239BBE

Text Example


Text Example

White with #239BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,155,190); }

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

background-color css

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

 a { background-color: rgb(35,155,190); }

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

border-color css

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

 span { border-color: rgb(35,155,190); }

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