Html Css Color HEX #18BCCD Iris Blue

📋 copy color: '#18BCCD'

red 24 ◦ green 188 ◦ blue 205

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

Shades of Iris Blue #18BCCD

Tints of Iris Blue #18BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.08%

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

R = 5.76%
G = 45.08%
B = 49.16%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#18BCCD (or 0x18BCCD) is known color: Iris Blue. HEX triplet: 18, BC and CD. RGB value is (24,188,205). Sum of RGB (Red+Green+Blue) = 24+188+205=417 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.76% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #18BCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BCCD is #E74332. Grayscale: #8C8C8C. Windows color (decimal): -15156019 or 13483032. OLE color: 13483032.

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

Color convert

RGB 24 188 205 -
CMYK 0.88 0.08 0 0.20
HSL 185.64º 0.79% 0.45% -
HSV(B) 185.64º 0.88% 0.8% -
XYZ 29.38 40.57 64.04 -
YUV 140.9 164.17 44.62 -
System Red Green Blue C M Y K H S L
Decimal 24 188 205 0.88 0.08 0 0.20 185.64 0.79 0.45
Hex 18 BC CD 58 8 0 14 BA 4F 2D
Octal 30 274 315 130 10 0 24 272 117 55
Binary 11000 10111100 11001101 1011000 1000 0 10100 10111010 1001111 101101

Color Harmonies of #18BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BCCD

Black with #18BCCD

Text Example


Text Example

White with #18BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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