Html Css Color HEX #15BAD2 Iris Blue

📋 copy color: '#15BAD2'

red 21 ◦ green 186 ◦ blue 210

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

Shades of Iris Blue #15BAD2

Tints of Iris Blue #15BAD2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.6%

 BLUE value IS 210 (82.42% from 255) = 50.36%

R = 5.04%
G = 44.6%
B = 50.36%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#15BAD2 (or 0x15BAD2) is known color: Iris Blue. HEX triplet: 15, BA and D2. RGB value is (21,186,210). Sum of RGB (Red+Green+Blue) = 21+186+210=417 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.04% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 210 (82.42% from 255 or 50.36% from 417); Max value from RGB is 210 - color contains mainly: blue. Hex color #15BAD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BAD2 is #EA452D. Grayscale: #8B8B8B. Windows color (decimal): -15353134 or 13810197. OLE color: 13810197.

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

Color convert

RGB 21 186 210 -
CMYK 0.90 0.11 0 0.18
HSL 187.62º 0.82% 0.45% -
HSV(B) 187.62º 0.9% 0.82% -
XYZ 29.5 39.93 67.13 -
YUV 139.4 167.84 43.55 -
System Red Green Blue C M Y K H S L
Decimal 21 186 210 0.90 0.11 0 0.18 187.62 0.82 0.45
Hex 15 BA D2 5A B 0 12 BC 52 2D
Octal 25 272 322 132 13 0 22 274 122 55
Binary 10101 10111010 11010010 1011010 1011 0 10010 10111100 1010010 101101

Color Harmonies of #15BAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BAD2

Black with #15BAD2

Text Example


Text Example

White with #15BAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,186,210); }

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

background-color css

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

 a { background-color: rgb(21,186,210); }

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

border-color css

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

 span { border-color: rgb(21,186,210); }

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