Html Css Color HEX #1CBCCE Iris Blue

📋 copy color: '#1CBCCE'

red 28 ◦ green 188 ◦ blue 206

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

Shades of Iris Blue #1CBCCE

Tints of Iris Blue #1CBCCE

RGB

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

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

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

R = 6.64%
G = 44.55%
B = 48.82%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1CBCCE (or 0x1CBCCE) is known color: Iris Blue. HEX triplet: 1C, BC and CE. RGB value is (28,188,206). Sum of RGB (Red+Green+Blue) = 28+188+206=422 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.64% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #1CBCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCCE is #E34331. Grayscale: #8D8D8D. Windows color (decimal): -14893874 or 13548572. OLE color: 13548572.

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

Color convert

RGB 28 188 206 -
CMYK 0.86 0.09 0 0.19
HSL 186.07º 0.76% 0.46% -
HSV(B) 186.07º 0.86% 0.81% -
XYZ 29.6 40.67 64.68 -
YUV 142.21 163.99 46.54 -
System Red Green Blue C M Y K H S L
Decimal 28 188 206 0.86 0.09 0 0.19 186.07 0.76 0.46
Hex 1C BC CE 56 9 0 13 BA 4C 2E
Octal 34 274 316 126 11 0 23 272 114 56
Binary 11100 10111100 11001110 1010110 1001 0 10011 10111010 1001100 101110

Color Harmonies of #1CBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBCCE

Black with #1CBCCE

Text Example


Text Example

White with #1CBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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