Html Css Color HEX #1CB5CC Iris Blue

📋 copy color: '#1CB5CC'

red 28 ◦ green 181 ◦ blue 204

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

Shades of Iris Blue #1CB5CC

Tints of Iris Blue #1CB5CC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.83%

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

R = 6.78%
G = 43.83%
B = 49.39%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1CB5CC (or 0x1CB5CC) is known color: Iris Blue. HEX triplet: 1C, B5 and CC. RGB value is (28,181,204). Sum of RGB (Red+Green+Blue) = 28+181+204=413 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.78% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #1CB5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB5CC is #E34A33. Grayscale: #898989. Windows color (decimal): -14895668 or 13415708. OLE color: 13415708.

HSL color Cylindrical-coordinate representation of color #1CB5CC: hue angle of 187.84º 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 #1CB5CC is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 28 181 204 -
CMYK 0.86 0.11 0 0.2
HSL 187.84º 0.76% 0.45% -
HSV(B) 187.84º 0.86% 0.8% -
XYZ 27.9 37.65 62.92 -
YUV 137.88 165.31 49.63 -
System Red Green Blue C M Y K H S L
Decimal 28 181 204 0.86 0.11 0 0.2 187.84 0.76 0.45
Hex 1C B5 CC 56 B 0 14 BC 4C 2D
Octal 34 265 314 126 13 0 24 274 114 55
Binary 11100 10110101 11001100 1010110 1011 0 10100 10111100 1001100 101101

Color Harmonies of #1CB5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB5CC

Black with #1CB5CC

Text Example


Text Example

White with #1CB5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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