Html Css Color HEX #18BAC7 Iris Blue

📋 copy color: '#18BAC7'

red 24 ◦ green 186 ◦ blue 199

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

Shades of Iris Blue #18BAC7

Tints of Iris Blue #18BAC7

RGB

 RED value IS 24 (9.77% from 255) = 5.87%

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

 BLUE value IS 199 (78.13% from 255) = 48.66%

R = 5.87%
G = 45.48%
B = 48.66%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#18BAC7 (or 0x18BAC7) is known color: Iris Blue. HEX triplet: 18, BA and C7. RGB value is (24,186,199). Sum of RGB (Red+Green+Blue) = 24+186+199=409 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.87% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 199 (78.12% from 255 or 48.66% from 409); Max value from RGB is 199 - color contains mainly: blue. Hex color #18BAC7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BAC7 is #E74538. Grayscale: #8A8A8A. Windows color (decimal): -15156537 or 13089304. OLE color: 13089304.

HSL color Cylindrical-coordinate representation of color #18BAC7: hue angle of 184.46º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18BAC7 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 186 199 -
CMYK 0.88 0.07 0 0.22
HSL 184.46º 0.78% 0.44% -
HSV(B) 184.46º 0.88% 0.78% -
XYZ 28.24 39.44 60.16 -
YUV 139.04 161.83 45.94 -
System Red Green Blue C M Y K H S L
Decimal 24 186 199 0.88 0.07 0 0.22 184.46 0.78 0.44
Hex 18 BA C7 58 7 0 16 B8 4E 2C
Octal 30 272 307 130 7 0 26 270 116 54
Binary 11000 10111010 11000111 1011000 111 0 10110 10111000 1001110 101100

Color Harmonies of #18BAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BAC7

Black with #18BAC7

Text Example


Text Example

White with #18BAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18BAC7; }

 p { color: rgb(24,186,199); }

 H1.HeaderClassName
 {
   color: #18BAC7;
 }
 .AnyTagClassName
 {
   color: #18BAC7;
 }
</style>

background-color css

<style>
 a { background-color: #18BAC7; }

 a { background-color: rgb(24,186,199); }

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

border-color css

<style>
 span { border-color: #18BAC7; }

 span { border-color: rgb(24,186,199); }

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