Html Css Color HEX #1CB9CC Iris Blue

📋 copy color: '#1CB9CC'

red 28 ◦ green 185 ◦ blue 204

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

Shades of Iris Blue #1CB9CC

Tints of Iris Blue #1CB9CC

RGB

 RED value IS 28 (11.33% from 255) = 6.71%

 GREEN value IS 185 (72.66% from 255) = 44.36%

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 6.71%
G = 44.36%
B = 48.92%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1CB9CC (or 0x1CB9CC) is known color: Iris Blue. HEX triplet: 1C, B9 and CC. RGB value is (28,185,204). Sum of RGB (Red+Green+Blue) = 28+185+204=417 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.71% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CB9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB9CC is #E34633. Grayscale: #8B8B8B. Windows color (decimal): -14894644 or 13416732. OLE color: 13416732.

HSL color Cylindrical-coordinate representation of color #1CB9CC: hue angle of 186.48º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CB9CC is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 28 185 204 -
CMYK 0.86 0.09 0 0.2
HSL 186.48º 0.76% 0.45% -
HSV(B) 186.48º 0.86% 0.8% -
XYZ 28.73 39.3 63.2 -
YUV 140.22 163.99 47.96 -
System Red Green Blue C M Y K H S L
Decimal 28 185 204 0.86 0.09 0 0.2 186.48 0.76 0.45
Hex 1C B9 CC 56 9 0 14 BA 4C 2D
Octal 34 271 314 126 11 0 24 272 114 55
Binary 11100 10111001 11001100 1010110 1001 0 10100 10111010 1001100 101101

Color Harmonies of #1CB9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB9CC

Black with #1CB9CC

Text Example


Text Example

White with #1CB9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CB9CC; }

 p { color: rgb(28,185,204); }

 H1.HeaderClassName
 {
   color: #1CB9CC;
 }
 .AnyTagClassName
 {
   color: #1CB9CC;
 }
</style>

background-color css

<style>
 a { background-color: #1CB9CC; }

 a { background-color: rgb(28,185,204); }

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

border-color css

<style>
 span { border-color: #1CB9CC; }

 span { border-color: rgb(28,185,204); }

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