Html Css Color HEX #25A8BC Pelorous

📋 copy color: '#25A8BC'

red 37 ◦ green 168 ◦ blue 188

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

Shades of Pelorous #25A8BC

Tints of Pelorous #25A8BC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.75%

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 9.41%
G = 42.75%
B = 47.84%

CMYK

 C value IS 0.80

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#25A8BC (or 0x25A8BC) is known color: Pelorous. HEX triplet: 25, A8 and BC. RGB value is (37,168,188). Sum of RGB (Red+Green+Blue) = 37+168+188=393 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.41% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #25A8BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A8BC is #DA5743. Grayscale: #828282. Windows color (decimal): -14309188 or 12363813. OLE color: 12363813.

HSL color Cylindrical-coordinate representation of color #25A8BC: hue angle of 187.95º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25A8BC is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 168 188 -
CMYK 0.80 0.11 0 0.26
HSL 187.95º 0.67% 0.44% -
HSV(B) 187.95º 0.8% 0.74% -
XYZ 23.84 32.03 52.5 -
YUV 131.11 160.1 60.87 -
System Red Green Blue C M Y K H S L
Decimal 37 168 188 0.80 0.11 0 0.26 187.95 0.67 0.44
Hex 25 A8 BC 50 B 0 1A BC 43 2C
Octal 45 250 274 120 13 0 32 274 103 54
Binary 100101 10101000 10111100 1010000 1011 0 11010 10111100 1000011 101100

Color Harmonies of #25A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A8BC

Black with #25A8BC

Text Example


Text Example

White with #25A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,168,188); }

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

background-color css

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

 a { background-color: rgb(37,168,188); }

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

border-color css

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

 span { border-color: rgb(37,168,188); }

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