Html Css Color HEX #15BBCF Iris Blue

📋 copy color: '#15BBCF'

red 21 ◦ green 187 ◦ blue 207

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

Shades of Iris Blue #15BBCF

Tints of Iris Blue #15BBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 5.06%
G = 45.06%
B = 49.88%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#15BBCF (or 0x15BBCF) is known color: Iris Blue. HEX triplet: 15, BB and CF. RGB value is (21,187,207). Sum of RGB (Red+Green+Blue) = 21+187+207=415 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.06% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #15BBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BBCF is #EA4430. Grayscale: #8B8B8B. Windows color (decimal): -15352881 or 13613845. OLE color: 13613845.

HSL color Cylindrical-coordinate representation of color #15BBCF: hue angle of 186.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BBCF is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 187 207 -
CMYK 0.90 0.10 0 0.19
HSL 186.45º 0.82% 0.45% -
HSV(B) 186.45º 0.9% 0.81% -
XYZ 29.34 40.21 65.25 -
YUV 139.65 166 43.37 -
System Red Green Blue C M Y K H S L
Decimal 21 187 207 0.90 0.10 0 0.19 186.45 0.82 0.45
Hex 15 BB CF 5A A 0 13 BA 52 2D
Octal 25 273 317 132 12 0 23 272 122 55
Binary 10101 10111011 11001111 1011010 1010 0 10011 10111010 1010010 101101

Color Harmonies of #15BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BBCF

Black with #15BBCF

Text Example


Text Example

White with #15BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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