Html Css Color HEX #1CB5CE Iris Blue

📋 copy color: '#1CB5CE'

red 28 ◦ green 181 ◦ blue 206

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

Shades of Iris Blue #1CB5CE

Tints of Iris Blue #1CB5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 6.75%
G = 43.61%
B = 49.64%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1CB5CE (or 0x1CB5CE) is known color: Iris Blue. HEX triplet: 1C, B5 and CE. RGB value is (28,181,206). Sum of RGB (Red+Green+Blue) = 28+181+206=415 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.75% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #1CB5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CB5CE is #E34A31. Grayscale: #898989. Windows color (decimal): -14895666 or 13546780. OLE color: 13546780.

HSL color Cylindrical-coordinate representation of color #1CB5CE: hue angle of 188.43º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CB5CE is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 181 206 -
CMYK 0.86 0.12 0 0.19
HSL 188.43º 0.76% 0.46% -
HSV(B) 188.43º 0.86% 0.81% -
XYZ 28.14 37.75 64.2 -
YUV 138.1 166.31 49.47 -
System Red Green Blue C M Y K H S L
Decimal 28 181 206 0.86 0.12 0 0.19 188.43 0.76 0.46
Hex 1C B5 CE 56 C 0 13 BC 4C 2E
Octal 34 265 316 126 14 0 23 274 114 56
Binary 11100 10110101 11001110 1010110 1100 0 10011 10111100 1001100 101110

Color Harmonies of #1CB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB5CE

Black with #1CB5CE

Text Example


Text Example

White with #1CB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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