Html Css Color HEX #259ACB Pelorous

📋 copy color: '#259ACB'

red 37 ◦ green 154 ◦ blue 203

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

Shades of Pelorous #259ACB

Tints of Pelorous #259ACB

RGB

 RED value IS 37 (14.84% from 255) = 9.39%

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

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 9.39%
G = 39.09%
B = 51.52%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#259ACB (or 0x259ACB) is known color: Pelorous. HEX triplet: 25, 9A and CB. RGB value is (37,154,203). Sum of RGB (Red+Green+Blue) = 37+154+203=394 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.39% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #259ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259ACB is #DA6534. Grayscale: #7C7C7C. Windows color (decimal): -14312757 or 13343269. OLE color: 13343269.

HSL color Cylindrical-coordinate representation of color #259ACB: hue angle of 197.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #259ACB is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 154 203 -
CMYK 0.82 0.24 0 0.20
HSL 197.71º 0.69% 0.47% -
HSV(B) 197.71º 0.82% 0.8% -
XYZ 23.1 27.82 60.65 -
YUV 124.6 172.24 65.52 -
System Red Green Blue C M Y K H S L
Decimal 37 154 203 0.82 0.24 0 0.20 197.71 0.69 0.47
Hex 25 9A CB 52 18 0 14 C6 45 2F
Octal 45 232 313 122 30 0 24 306 105 57
Binary 100101 10011010 11001011 1010010 11000 0 10100 11000110 1000101 101111

Color Harmonies of #259ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259ACB

Black with #259ACB

Text Example


Text Example

White with #259ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259ACB; }

 p { color: rgb(37,154,203); }

 H1.HeaderClassName
 {
   color: #259ACB;
 }
 .AnyTagClassName
 {
   color: #259ACB;
 }
</style>

background-color css

<style>
 a { background-color: #259ACB; }

 a { background-color: rgb(37,154,203); }

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

border-color css

<style>
 span { border-color: #259ACB; }

 span { border-color: rgb(37,154,203); }

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