Html Css Color HEX #239BA6 Pelorous

📋 copy color: '#239BA6'

red 35 ◦ green 155 ◦ blue 166

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

Shades of Pelorous #239BA6

Tints of Pelorous #239BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.63%

R = 9.83%
G = 43.54%
B = 46.63%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#239BA6 (or 0x239BA6) is known color: Pelorous. HEX triplet: 23, 9B and A6. RGB value is (35,155,166). Sum of RGB (Red+Green+Blue) = 35+155+166=356 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.83% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 166 - color contains mainly: blue. Hex color #239BA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239BA6 is #DC6459. Grayscale: #787878. Windows color (decimal): -14443610 or 10918691. OLE color: 10918691.

HSL color Cylindrical-coordinate representation of color #239BA6: hue angle of 185.04º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #239BA6 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 35 155 166 -
CMYK 0.79 0.07 0 0.35
HSL 185.04º 0.65% 0.39% -
HSV(B) 185.04º 0.79% 0.65% -
XYZ 19.3 26.55 40.18 -
YUV 120.37 153.74 67.11 -
System Red Green Blue C M Y K H S L
Decimal 35 155 166 0.79 0.07 0 0.35 185.04 0.65 0.39
Hex 23 9B A6 4F 7 0 23 B9 41 27
Octal 43 233 246 117 7 0 43 271 101 47
Binary 100011 10011011 10100110 1001111 111 0 100011 10111001 1000001 100111

Color Harmonies of #239BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BA6

Black with #239BA6

Text Example


Text Example

White with #239BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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