Html Css Color HEX #15BADD Iris Blue

📋 copy color: '#15BADD'

red 21 ◦ green 186 ◦ blue 221

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

Shades of Iris Blue #15BADD

Tints of Iris Blue #15BADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 4.91%
G = 43.46%
B = 51.64%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#15BADD (or 0x15BADD) is known color: Iris Blue. HEX triplet: 15, BA and DD. RGB value is (21,186,221). Sum of RGB (Red+Green+Blue) = 21+186+221=428 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.91% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #15BADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BADD is #EA4522. Grayscale: #8C8C8C. Windows color (decimal): -15353123 or 14531093. OLE color: 14531093.

HSL color Cylindrical-coordinate representation of color #15BADD: hue angle of 190.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BADD is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 186 221 -
CMYK 0.90 0.16 0 0.13
HSL 190.5º 0.83% 0.47% -
HSV(B) 190.5º 0.9% 0.87% -
XYZ 30.92 40.5 74.59 -
YUV 140.66 173.34 42.65 -
System Red Green Blue C M Y K H S L
Decimal 21 186 221 0.90 0.16 0 0.13 190.5 0.83 0.47
Hex 15 BA DD 5A 10 0 D BE 53 2F
Octal 25 272 335 132 20 0 15 276 123 57
Binary 10101 10111010 11011101 1011010 10000 0 1101 10111110 1010011 101111

Color Harmonies of #15BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BADD

Black with #15BADD

Text Example


Text Example

White with #15BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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