Html Css Color HEX #18BDC6 Iris Blue

📋 copy color: '#18BDC6'

red 24 ◦ green 189 ◦ blue 198

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

Shades of Iris Blue #18BDC6

Tints of Iris Blue #18BDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.18%

R = 5.84%
G = 45.99%
B = 48.18%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#18BDC6 (or 0x18BDC6) is known color: Iris Blue. HEX triplet: 18, BD and C6. RGB value is (24,189,198). Sum of RGB (Red+Green+Blue) = 24+189+198=411 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.84% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #18BDC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BDC6 is #E74239. Grayscale: #8C8C8C. Windows color (decimal): -15155770 or 13024536. OLE color: 13024536.

HSL color Cylindrical-coordinate representation of color #18BDC6: hue angle of 183.1º 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 #18BDC6 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 189 198 -
CMYK 0.88 0.05 0 0.22
HSL 183.1º 0.78% 0.44% -
HSV(B) 183.1º 0.88% 0.78% -
XYZ 28.77 40.67 59.76 -
YUV 140.69 160.34 44.77 -
System Red Green Blue C M Y K H S L
Decimal 24 189 198 0.88 0.05 0 0.22 183.1 0.78 0.44
Hex 18 BD C6 58 5 0 16 B7 4E 2C
Octal 30 275 306 130 5 0 26 267 116 54
Binary 11000 10111101 11000110 1011000 101 0 10110 10110111 1001110 101100

Color Harmonies of #18BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BDC6

Black with #18BDC6

Text Example


Text Example

White with #18BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,189,198); }

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

background-color css

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

 a { background-color: rgb(24,189,198); }

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

border-color css

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

 span { border-color: rgb(24,189,198); }

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