Html Css Color HEX #15BBC2 Iris Blue

📋 copy color: '#15BBC2'

red 21 ◦ green 187 ◦ blue 194

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

Shades of Iris Blue #15BBC2

Tints of Iris Blue #15BBC2

RGB

 RED value IS 21 (8.59% from 255) = 5.22%

 GREEN value IS 187 (73.44% from 255) = 46.52%

 BLUE value IS 194 (76.17% from 255) = 48.26%

R = 5.22%
G = 46.52%
B = 48.26%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#15BBC2 (or 0x15BBC2) is known color: Iris Blue. HEX triplet: 15, BB and C2. RGB value is (21,187,194). Sum of RGB (Red+Green+Blue) = 21+187+194=402 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.22% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #15BBC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BBC2 is #EA443D. Grayscale: #898989. Windows color (decimal): -15352894 or 12761877. OLE color: 12761877.

HSL color Cylindrical-coordinate representation of color #15BBC2: hue angle of 182.43º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BBC2 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 21 187 194 -
CMYK 0.89 0.04 0 0.24
HSL 182.43º 0.8% 0.42% -
HSV(B) 182.43º 0.89% 0.76% -
XYZ 27.82 39.6 57.22 -
YUV 138.16 159.5 44.43 -
System Red Green Blue C M Y K H S L
Decimal 21 187 194 0.89 0.04 0 0.24 182.43 0.8 0.42
Hex 15 BB C2 59 4 0 18 B6 50 2A
Octal 25 273 302 131 4 0 30 266 120 52
Binary 10101 10111011 11000010 1011001 100 0 11000 10110110 1010000 101010

Color Harmonies of #15BBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BBC2

Black with #15BBC2

Text Example


Text Example

White with #15BBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15BBC2; }

 p { color: rgb(21,187,194); }

 H1.HeaderClassName
 {
   color: #15BBC2;
 }
 .AnyTagClassName
 {
   color: #15BBC2;
 }
</style>

background-color css

<style>
 a { background-color: #15BBC2; }

 a { background-color: rgb(21,187,194); }

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

border-color css

<style>
 span { border-color: #15BBC2; }

 span { border-color: rgb(21,187,194); }

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