Html Css Color HEX #15B2DA Iris Blue

📋 copy color: '#15B2DA'

red 21 ◦ green 178 ◦ blue 218

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

Shades of Iris Blue #15B2DA

Tints of Iris Blue #15B2DA

RGB

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

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

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

R = 5.04%
G = 42.69%
B = 52.28%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#15B2DA (or 0x15B2DA) is known color: Iris Blue. HEX triplet: 15, B2 and DA. RGB value is (21,178,218). Sum of RGB (Red+Green+Blue) = 21+178+218=417 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.04% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #15B2DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B2DA is #EA4D25. Grayscale: #878787. Windows color (decimal): -15355174 or 14332437. OLE color: 14332437.

HSL color Cylindrical-coordinate representation of color #15B2DA: hue angle of 192.18º 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 #15B2DA is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 178 218 -
CMYK 0.90 0.18 0 0.15
HSL 192.18º 0.82% 0.47% -
HSV(B) 192.18º 0.9% 0.85% -
XYZ 28.88 37.06 71.96 -
YUV 135.62 174.49 46.25 -
System Red Green Blue C M Y K H S L
Decimal 21 178 218 0.90 0.18 0 0.15 192.18 0.82 0.47
Hex 15 B2 DA 5A 12 0 F C0 52 2F
Octal 25 262 332 132 22 0 17 300 122 57
Binary 10101 10110010 11011010 1011010 10010 0 1111 11000000 1010010 101111

Color Harmonies of #15B2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15B2DA

Black with #15B2DA

Text Example


Text Example

White with #15B2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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