Html Css Color HEX #25C3CB Iris Blue

📋 copy color: '#25C3CB'

red 37 ◦ green 195 ◦ blue 203

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

Shades of Iris Blue #25C3CB

Tints of Iris Blue #25C3CB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.83%

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

R = 8.51%
G = 44.83%
B = 46.67%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#25C3CB (or 0x25C3CB) is known color: Iris Blue. HEX triplet: 25, C3 and CB. RGB value is (37,195,203). Sum of RGB (Red+Green+Blue) = 37+195+203=435 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.51% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #25C3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C3CB is #DA3C34. Grayscale: #949494. Windows color (decimal): -14302261 or 13353765. OLE color: 13353765.

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

Color convert

RGB 37 195 203 -
CMYK 0.82 0.04 0 0.20
HSL 182.89º 0.69% 0.47% -
HSV(B) 182.89º 0.82% 0.8% -
XYZ 31.06 43.74 63.3 -
YUV 148.67 158.65 48.35 -
System Red Green Blue C M Y K H S L
Decimal 37 195 203 0.82 0.04 0 0.20 182.89 0.69 0.47
Hex 25 C3 CB 52 4 0 14 B7 45 2F
Octal 45 303 313 122 4 0 24 267 105 57
Binary 100101 11000011 11001011 1010010 100 0 10100 10110111 1000101 101111

Color Harmonies of #25C3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C3CB

Black with #25C3CB

Text Example


Text Example

White with #25C3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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