Html Css Color HEX #15B2DE Iris Blue

📋 copy color: '#15B2DE'

red 21 ◦ green 178 ◦ blue 222

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

Shades of Iris Blue #15B2DE

Tints of Iris Blue #15B2DE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.28%

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

R = 4.99%
G = 42.28%
B = 52.73%

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

#15B2DE (or 0x15B2DE) is known color: Iris Blue. HEX triplet: 15, B2 and DE. RGB value is (21,178,222). Sum of RGB (Red+Green+Blue) = 21+178+222=421 (55% of max value = 765). Red value is 21 (8.59% from 255 or 4.99% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #15B2DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B2DE is #EA4D21. Grayscale: #878787. Windows color (decimal): -15355170 or 14594581. OLE color: 14594581.

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

Color convert

RGB 21 178 222 -
CMYK 0.91 0.20 0 0.13
HSL 193.13º 0.83% 0.48% -
HSV(B) 193.13º 0.91% 0.87% -
XYZ 29.41 37.27 74.75 -
YUV 136.07 176.49 45.92 -
System Red Green Blue C M Y K H S L
Decimal 21 178 222 0.91 0.20 0 0.13 193.13 0.83 0.48
Hex 15 B2 DE 5B 14 0 D C1 53 30
Octal 25 262 336 133 24 0 15 301 123 60
Binary 10101 10110010 11011110 1011011 10100 0 1101 11000001 1010011 110000

Color Harmonies of #15B2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15B2DE

Black with #15B2DE

Text Example


Text Example

White with #15B2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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