Html Css Color HEX #15BADC Iris Blue

📋 copy color: '#15BADC'

red 21 ◦ green 186 ◦ blue 220

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

Shades of Iris Blue #15BADC

Tints of Iris Blue #15BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 4.92%
G = 43.56%
B = 51.52%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#15BADC (or 0x15BADC) is known color: Iris Blue. HEX triplet: 15, BA and DC. RGB value is (21,186,220). Sum of RGB (Red+Green+Blue) = 21+186+220=427 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.92% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #15BADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BADC is #EA4523. Grayscale: #8C8C8C. Windows color (decimal): -15353124 or 14465557. OLE color: 14465557.

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

Color convert

RGB 21 186 220 -
CMYK 0.90 0.15 0 0.14
HSL 190.25º 0.83% 0.47% -
HSV(B) 190.25º 0.9% 0.86% -
XYZ 30.79 40.44 73.89 -
YUV 140.54 172.84 42.74 -
System Red Green Blue C M Y K H S L
Decimal 21 186 220 0.90 0.15 0 0.14 190.25 0.83 0.47
Hex 15 BA DC 5A F 0 E BE 53 2F
Octal 25 272 334 132 17 0 16 276 123 57
Binary 10101 10111010 11011100 1011010 1111 0 1110 10111110 1010011 101111

Color Harmonies of #15BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BADC

Black with #15BADC

Text Example


Text Example

White with #15BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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