Html Css Color HEX #15BADA Iris Blue

📋 copy color: '#15BADA'

red 21 ◦ green 186 ◦ blue 218

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

Shades of Iris Blue #15BADA

Tints of Iris Blue #15BADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.29%

R = 4.94%
G = 43.76%
B = 51.29%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#15BADA (or 0x15BADA) is known color: Iris Blue. HEX triplet: 15, BA and DA. RGB value is (21,186,218). Sum of RGB (Red+Green+Blue) = 21+186+218=425 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.94% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #15BADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BADA is #EA4525. Grayscale: #8C8C8C. Windows color (decimal): -15353126 or 14334485. OLE color: 14334485.

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

Color convert

RGB 21 186 218 -
CMYK 0.90 0.15 0 0.15
HSL 189.75º 0.82% 0.47% -
HSV(B) 189.75º 0.9% 0.85% -
XYZ 30.52 40.34 72.51 -
YUV 140.31 171.84 42.9 -
System Red Green Blue C M Y K H S L
Decimal 21 186 218 0.90 0.15 0 0.15 189.75 0.82 0.47
Hex 15 BA DA 5A F 0 F BE 52 2F
Octal 25 272 332 132 17 0 17 276 122 57
Binary 10101 10111010 11011010 1011010 1111 0 1111 10111110 1010010 101111

Color Harmonies of #15BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BADA

Black with #15BADA

Text Example


Text Example

White with #15BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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