Html Css Color HEX #1CBCCD Iris Blue

📋 copy color: '#1CBCCD'

red 28 ◦ green 188 ◦ blue 205

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

Shades of Iris Blue #1CBCCD

Tints of Iris Blue #1CBCCD

RGB

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

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

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

R = 6.65%
G = 44.66%
B = 48.69%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1CBCCD (or 0x1CBCCD) is known color: Iris Blue. HEX triplet: 1C, BC and CD. RGB value is (28,188,205). Sum of RGB (Red+Green+Blue) = 28+188+205=421 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.65% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #1CBCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCCD is #E34332. Grayscale: #8D8D8D. Windows color (decimal): -14893875 or 13483036. OLE color: 13483036.

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

Color convert

RGB 28 188 205 -
CMYK 0.86 0.08 0 0.20
HSL 185.76º 0.76% 0.46% -
HSV(B) 185.76º 0.86% 0.8% -
XYZ 29.48 40.62 64.04 -
YUV 142.1 163.49 46.62 -
System Red Green Blue C M Y K H S L
Decimal 28 188 205 0.86 0.08 0 0.20 185.76 0.76 0.46
Hex 1C BC CD 56 8 0 14 BA 4C 2E
Octal 34 274 315 126 10 0 24 272 114 56
Binary 11100 10111100 11001101 1010110 1000 0 10100 10111010 1001100 101110

Color Harmonies of #1CBCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBCCD

Black with #1CBCCD

Text Example


Text Example

White with #1CBCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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