Html Css Color HEX #25A3BC Pelorous

📋 copy color: '#25A3BC'

red 37 ◦ green 163 ◦ blue 188

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

Shades of Pelorous #25A3BC

Tints of Pelorous #25A3BC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.01%

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

R = 9.54%
G = 42.01%
B = 48.45%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#25A3BC (or 0x25A3BC) is known color: Pelorous. HEX triplet: 25, A3 and BC. RGB value is (37,163,188). Sum of RGB (Red+Green+Blue) = 37+163+188=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #25A3BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A3BC is #DA5C43. Grayscale: #7F7F7F. Windows color (decimal): -14310468 or 12362533. OLE color: 12362533.

HSL color Cylindrical-coordinate representation of color #25A3BC: hue angle of 189.93º 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 #25A3BC is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 163 188 -
CMYK 0.80 0.13 0 0.26
HSL 189.93º 0.67% 0.44% -
HSV(B) 189.93º 0.8% 0.74% -
XYZ 22.94 30.22 52.2 -
YUV 128.18 161.76 62.97 -
System Red Green Blue C M Y K H S L
Decimal 37 163 188 0.80 0.13 0 0.26 189.93 0.67 0.44
Hex 25 A3 BC 50 D 0 1A BE 43 2C
Octal 45 243 274 120 15 0 32 276 103 54
Binary 100101 10100011 10111100 1010000 1101 0 11010 10111110 1000011 101100

Color Harmonies of #25A3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A3BC

Black with #25A3BC

Text Example


Text Example

White with #25A3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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