Html Css Color HEX #25C0CA Iris Blue

📋 copy color: '#25C0CA'

red 37 ◦ green 192 ◦ blue 202

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

Shades of Iris Blue #25C0CA

Tints of Iris Blue #25C0CA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.55%

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 8.58%
G = 44.55%
B = 46.87%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#25C0CA (or 0x25C0CA) is known color: Iris Blue. HEX triplet: 25, C0 and CA. RGB value is (37,192,202). Sum of RGB (Red+Green+Blue) = 37+192+202=431 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.58% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #25C0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C0CA is #DA3F35. Grayscale: #929292. Windows color (decimal): -14303030 or 13287461. OLE color: 13287461.

HSL color Cylindrical-coordinate representation of color #25C0CA: hue angle of 183.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25C0CA is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 192 202 -
CMYK 0.82 0.05 0 0.21
HSL 183.64º 0.69% 0.47% -
HSV(B) 183.64º 0.82% 0.79% -
XYZ 30.27 42.36 62.46 -
YUV 146.8 159.15 49.69 -
System Red Green Blue C M Y K H S L
Decimal 37 192 202 0.82 0.05 0 0.21 183.64 0.69 0.47
Hex 25 C0 CA 52 5 0 15 B8 45 2F
Octal 45 300 312 122 5 0 25 270 105 57
Binary 100101 11000000 11001010 1010010 101 0 10101 10111000 1000101 101111

Color Harmonies of #25C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C0CA

Black with #25C0CA

Text Example


Text Example

White with #25C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,192,202); }

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

background-color css

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

 a { background-color: rgb(37,192,202); }

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

border-color css

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

 span { border-color: rgb(37,192,202); }

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