Html Css Color HEX #239ACE Pelorous

📋 copy color: '#239ACE'

red 35 ◦ green 154 ◦ blue 206

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

Shades of Pelorous #239ACE

Tints of Pelorous #239ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 8.86%
G = 38.99%
B = 52.15%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#239ACE (or 0x239ACE) is known color: Pelorous. HEX triplet: 23, 9A and CE. RGB value is (35,154,206). Sum of RGB (Red+Green+Blue) = 35+154+206=395 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.86% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #239ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239ACE is #DC6531. Grayscale: #7C7C7C. Windows color (decimal): -14443826 or 13539875. OLE color: 13539875.

HSL color Cylindrical-coordinate representation of color #239ACE: hue angle of 198.25º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #239ACE is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 154 206 -
CMYK 0.83 0.25 0 0.19
HSL 198.25º 0.71% 0.47% -
HSV(B) 198.25º 0.83% 0.81% -
XYZ 23.39 27.92 62.55 -
YUV 124.35 174.08 64.27 -
System Red Green Blue C M Y K H S L
Decimal 35 154 206 0.83 0.25 0 0.19 198.25 0.71 0.47
Hex 23 9A CE 53 19 0 13 C6 47 2F
Octal 43 232 316 123 31 0 23 306 107 57
Binary 100011 10011010 11001110 1010011 11001 0 10011 11000110 1000111 101111

Color Harmonies of #239ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239ACE

Black with #239ACE

Text Example


Text Example

White with #239ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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