Html Css Color HEX #25A6CB Pelorous

📋 copy color: '#25A6CB'

red 37 ◦ green 166 ◦ blue 203

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

Shades of Pelorous #25A6CB

Tints of Pelorous #25A6CB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.89%

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

R = 9.11%
G = 40.89%
B = 50%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#25A6CB (or 0x25A6CB) is known color: Pelorous. HEX triplet: 25, A6 and CB. RGB value is (37,166,203). Sum of RGB (Red+Green+Blue) = 37+166+203=406 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.11% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #25A6CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A6CB is #DA5934. Grayscale: #838383. Windows color (decimal): -14309685 or 13346341. OLE color: 13346341.

HSL color Cylindrical-coordinate representation of color #25A6CB: hue angle of 193.37º 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 #25A6CB is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 166 203 -
CMYK 0.82 0.18 0 0.20
HSL 193.37º 0.69% 0.47% -
HSV(B) 193.37º 0.82% 0.8% -
XYZ 25.18 31.98 61.35 -
YUV 131.65 168.26 60.49 -
System Red Green Blue C M Y K H S L
Decimal 37 166 203 0.82 0.18 0 0.20 193.37 0.69 0.47
Hex 25 A6 CB 52 12 0 14 C1 45 2F
Octal 45 246 313 122 22 0 24 301 105 57
Binary 100101 10100110 11001011 1010010 10010 0 10100 11000001 1000101 101111

Color Harmonies of #25A6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A6CB

Black with #25A6CB

Text Example


Text Example

White with #25A6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25A6CB; }

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

 H1.HeaderClassName
 {
   color: #25A6CB;
 }
 .AnyTagClassName
 {
   color: #25A6CB;
 }
</style>

background-color css

<style>
 a { background-color: #25A6CB; }

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

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

border-color css

<style>
 span { border-color: #25A6CB; }

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

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