Html Css Color HEX #18BACD Iris Blue

📋 copy color: '#18BACD'

red 24 ◦ green 186 ◦ blue 205

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

Shades of Iris Blue #18BACD

Tints of Iris Blue #18BACD

RGB

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

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

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

R = 5.78%
G = 44.82%
B = 49.4%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#18BACD (or 0x18BACD) is known color: Iris Blue. HEX triplet: 18, BA and CD. RGB value is (24,186,205). Sum of RGB (Red+Green+Blue) = 24+186+205=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #18BACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BACD is #E74532. Grayscale: #8B8B8B. Windows color (decimal): -15156531 or 13482520. OLE color: 13482520.

HSL color Cylindrical-coordinate representation of color #18BACD: hue angle of 186.3º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18BACD is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 186 205 -
CMYK 0.88 0.09 0 0.20
HSL 186.3º 0.79% 0.45% -
HSV(B) 186.3º 0.88% 0.8% -
XYZ 28.96 39.72 63.9 -
YUV 139.73 164.83 45.46 -
System Red Green Blue C M Y K H S L
Decimal 24 186 205 0.88 0.09 0 0.20 186.3 0.79 0.45
Hex 18 BA CD 58 9 0 14 BA 4F 2D
Octal 30 272 315 130 11 0 24 272 117 55
Binary 11000 10111010 11001101 1011000 1001 0 10100 10111010 1001111 101101

Color Harmonies of #18BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BACD

Black with #18BACD

Text Example


Text Example

White with #18BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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