Html Css Color HEX #15BACF Iris Blue

📋 copy color: '#15BACF'

red 21 ◦ green 186 ◦ blue 207

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

Shades of Iris Blue #15BACF

Tints of Iris Blue #15BACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 5.07%
G = 44.93%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#15BACF (or 0x15BACF) is known color: Iris Blue. HEX triplet: 15, BA and CF. RGB value is (21,186,207). Sum of RGB (Red+Green+Blue) = 21+186+207=414 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.07% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #15BACF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BACF is #EA4530. Grayscale: #8A8A8A. Windows color (decimal): -15353137 or 13613589. OLE color: 13613589.

HSL color Cylindrical-coordinate representation of color #15BACF: hue angle of 186.77º degrees, saturation: 0.82, 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 #15BACF is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 186 207 -
CMYK 0.90 0.10 0 0.19
HSL 186.77º 0.82% 0.45% -
HSV(B) 186.77º 0.9% 0.81% -
XYZ 29.13 39.78 65.17 -
YUV 139.06 166.34 43.79 -
System Red Green Blue C M Y K H S L
Decimal 21 186 207 0.90 0.10 0 0.19 186.77 0.82 0.45
Hex 15 BA CF 5A A 0 13 BB 52 2D
Octal 25 272 317 132 12 0 23 273 122 55
Binary 10101 10111010 11001111 1011010 1010 0 10011 10111011 1010010 101101

Color Harmonies of #15BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BACF

Black with #15BACF

Text Example


Text Example

White with #15BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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