Html Css Color HEX #15BECD Iris Blue

📋 copy color: '#15BECD'

red 21 ◦ green 190 ◦ blue 205

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

Shades of Iris Blue #15BECD

Tints of Iris Blue #15BECD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.67%

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 5.05%
G = 45.67%
B = 49.28%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#15BECD (or 0x15BECD) is known color: Iris Blue. HEX triplet: 15, BE and CD. RGB value is (21,190,205). Sum of RGB (Red+Green+Blue) = 21+190+205=416 (55% of max value = 765). Red value is 21 (8.59% from 255 or 5.05% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #15BECD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BECD is #EA4132. Grayscale: #8C8C8C. Windows color (decimal): -15352115 or 13483541. OLE color: 13483541.

HSL color Cylindrical-coordinate representation of color #15BECD: hue angle of 184.89º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BECD is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 190 205 -
CMYK 0.90 0.07 0 0.20
HSL 184.89º 0.81% 0.44% -
HSV(B) 184.89º 0.9% 0.8% -
XYZ 29.74 41.39 64.18 -
YUV 141.18 164.01 42.28 -
System Red Green Blue C M Y K H S L
Decimal 21 190 205 0.90 0.07 0 0.20 184.89 0.81 0.44
Hex 15 BE CD 5A 7 0 14 B9 51 2C
Octal 25 276 315 132 7 0 24 271 121 54
Binary 10101 10111110 11001101 1011010 111 0 10100 10111001 1010001 101100

Color Harmonies of #15BECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BECD

Black with #15BECD

Text Example


Text Example

White with #15BECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,190,205); }

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

background-color css

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

 a { background-color: rgb(21,190,205); }

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

border-color css

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

 span { border-color: rgb(21,190,205); }

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