Html Css Color HEX #15BBCC Iris Blue

📋 copy color: '#15BBCC'

red 21 ◦ green 187 ◦ blue 204

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

Shades of Iris Blue #15BBCC

Tints of Iris Blue #15BBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 5.1%
G = 45.39%
B = 49.51%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#15BBCC (or 0x15BBCC) is known color: Iris Blue. HEX triplet: 15, BB and CC. RGB value is (21,187,204). Sum of RGB (Red+Green+Blue) = 21+187+204=412 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.10% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #15BBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BBCC is #EA4433. Grayscale: #8B8B8B. Windows color (decimal): -15352884 or 13417237. OLE color: 13417237.

HSL color Cylindrical-coordinate representation of color #15BBCC: hue angle of 185.57º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BBCC is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 187 204 -
CMYK 0.90 0.08 0 0.2
HSL 185.57º 0.81% 0.44% -
HSV(B) 185.57º 0.9% 0.8% -
XYZ 28.98 40.06 63.33 -
YUV 139.3 164.5 43.62 -
System Red Green Blue C M Y K H S L
Decimal 21 187 204 0.90 0.08 0 0.2 185.57 0.81 0.44
Hex 15 BB CC 5A 8 0 14 BA 51 2C
Octal 25 273 314 132 10 0 24 272 121 54
Binary 10101 10111011 11001100 1011010 1000 0 10100 10111010 1010001 101100

Color Harmonies of #15BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BBCC

Black with #15BBCC

Text Example


Text Example

White with #15BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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