Html Css Color HEX #15BDCE Iris Blue

📋 copy color: '#15BDCE'

red 21 ◦ green 189 ◦ blue 206

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

Shades of Iris Blue #15BDCE

Tints of Iris Blue #15BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.43%

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 5.05%
G = 45.43%
B = 49.52%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#15BDCE (or 0x15BDCE) is known color: Iris Blue. HEX triplet: 15, BD and CE. RGB value is (21,189,206). Sum of RGB (Red+Green+Blue) = 21+189+206=416 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.05% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #15BDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDCE is #EA4231. Grayscale: #8C8C8C. Windows color (decimal): -15352370 or 13548821. OLE color: 13548821.

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

Color convert

RGB 21 189 206 -
CMYK 0.90 0.08 0 0.19
HSL 185.51º 0.81% 0.45% -
HSV(B) 185.51º 0.9% 0.81% -
XYZ 29.65 41.01 64.75 -
YUV 140.71 164.84 42.62 -
System Red Green Blue C M Y K H S L
Decimal 21 189 206 0.90 0.08 0 0.19 185.51 0.81 0.45
Hex 15 BD CE 5A 8 0 13 BA 51 2D
Octal 25 275 316 132 10 0 23 272 121 55
Binary 10101 10111101 11001110 1011010 1000 0 10011 10111010 1010001 101101

Color Harmonies of #15BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BDCE

Black with #15BDCE

Text Example


Text Example

White with #15BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,189,206); }

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

background-color css

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

 a { background-color: rgb(21,189,206); }

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

border-color css

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

 span { border-color: rgb(21,189,206); }

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