Html Css Color HEX #1CBCD7 Iris Blue

📋 copy color: '#1CBCD7'

red 28 ◦ green 188 ◦ blue 215

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

Shades of Iris Blue #1CBCD7

Tints of Iris Blue #1CBCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.88%

R = 6.5%
G = 43.62%
B = 49.88%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1CBCD7 (or 0x1CBCD7) is known color: Iris Blue. HEX triplet: 1C, BC and D7. RGB value is (28,188,215). Sum of RGB (Red+Green+Blue) = 28+188+215=431 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.50% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #1CBCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCD7 is #E34328. Grayscale: #8E8E8E. Windows color (decimal): -14893865 or 14138396. OLE color: 14138396.

HSL color Cylindrical-coordinate representation of color #1CBCD7: hue angle of 188.66º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBCD7 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 188 215 -
CMYK 0.87 0.13 0 0.16
HSL 188.66º 0.77% 0.48% -
HSV(B) 188.66º 0.87% 0.84% -
XYZ 30.73 41.12 70.61 -
YUV 143.24 168.49 45.8 -
System Red Green Blue C M Y K H S L
Decimal 28 188 215 0.87 0.13 0 0.16 188.66 0.77 0.48
Hex 1C BC D7 57 D 0 10 BD 4D 30
Octal 34 274 327 127 15 0 20 275 115 60
Binary 11100 10111100 11010111 1010111 1101 0 10000 10111101 1001101 110000

Color Harmonies of #1CBCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBCD7

Black with #1CBCD7

Text Example


Text Example

White with #1CBCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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