Html Css Color HEX #15B1DE Iris Blue

📋 copy color: '#15B1DE'

red 21 ◦ green 177 ◦ blue 222

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

Shades of Iris Blue #15B1DE

Tints of Iris Blue #15B1DE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.14%

 BLUE value IS 222 (87.11% from 255) = 52.86%

R = 5%
G = 42.14%
B = 52.86%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#15B1DE (or 0x15B1DE) is known color: Iris Blue. HEX triplet: 15, B1 and DE. RGB value is (21,177,222). Sum of RGB (Red+Green+Blue) = 21+177+222=420 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #15B1DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B1DE is #EA4E21. Grayscale: #878787. Windows color (decimal): -15355426 or 14594325. OLE color: 14594325.

HSL color Cylindrical-coordinate representation of color #15B1DE: hue angle of 193.43º 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 #15B1DE is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 177 222 -
CMYK 0.91 0.20 0 0.13
HSL 193.43º 0.83% 0.48% -
HSV(B) 193.43º 0.91% 0.87% -
XYZ 29.22 36.88 74.69 -
YUV 135.49 176.82 46.34 -
System Red Green Blue C M Y K H S L
Decimal 21 177 222 0.91 0.20 0 0.13 193.43 0.83 0.48
Hex 15 B1 DE 5B 14 0 D C1 53 30
Octal 25 261 336 133 24 0 15 301 123 60
Binary 10101 10110001 11011110 1011011 10100 0 1101 11000001 1010011 110000

Color Harmonies of #15B1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15B1DE

Black with #15B1DE

Text Example


Text Example

White with #15B1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,177,222); }

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

background-color css

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

 a { background-color: rgb(21,177,222); }

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

border-color css

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

 span { border-color: rgb(21,177,222); }

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