Html Css Color HEX #15B0DF Iris Blue

📋 copy color: '#15B0DF'

red 21 ◦ green 176 ◦ blue 223

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

Shades of Iris Blue #15B0DF

Tints of Iris Blue #15B0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.9%

 BLUE value IS 223 (87.5% from 255) = 53.1%

R = 5%
G = 41.9%
B = 53.1%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#15B0DF (or 0x15B0DF) is known color: Iris Blue. HEX triplet: 15, B0 and DF. RGB value is (21,176,223). Sum of RGB (Red+Green+Blue) = 21+176+223=420 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #15B0DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B0DF is #EA4F20. Grayscale: #868686. Windows color (decimal): -15355681 or 14659605. OLE color: 14659605.

HSL color Cylindrical-coordinate representation of color #15B0DF: hue angle of 193.96º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15B0DF is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 176 223 -
CMYK 0.91 0.21 0 0.13
HSL 193.96º 0.83% 0.48% -
HSV(B) 193.96º 0.91% 0.87% -
XYZ 29.15 36.54 75.33 -
YUV 135.01 177.65 46.68 -
System Red Green Blue C M Y K H S L
Decimal 21 176 223 0.91 0.21 0 0.13 193.96 0.83 0.48
Hex 15 B0 DF 5B 15 0 D C2 53 30
Octal 25 260 337 133 25 0 15 302 123 60
Binary 10101 10110000 11011111 1011011 10101 0 1101 11000010 1010011 110000

Color Harmonies of #15B0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15B0DF

Black with #15B0DF

Text Example


Text Example

White with #15B0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,176,223); }

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

background-color css

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

 a { background-color: rgb(21,176,223); }

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

border-color css

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

 span { border-color: rgb(21,176,223); }

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