Html Css Color HEX #1CBBC7 Iris Blue

📋 copy color: '#1CBBC7'

red 28 ◦ green 187 ◦ blue 199

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

Shades of Iris Blue #1CBBC7

Tints of Iris Blue #1CBBC7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.17%

 BLUE value IS 199 (78.13% from 255) = 48.07%

R = 6.76%
G = 45.17%
B = 48.07%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1CBBC7 (or 0x1CBBC7) is known color: Iris Blue. HEX triplet: 1C, BB and C7. RGB value is (28,187,199). Sum of RGB (Red+Green+Blue) = 28+187+199=414 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.76% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 199 (78.12% from 255 or 48.07% from 414); Max value from RGB is 199 - color contains mainly: blue. Hex color #1CBBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBBC7 is #E34438. Grayscale: #8C8C8C. Windows color (decimal): -14894137 or 13089564. OLE color: 13089564.

HSL color Cylindrical-coordinate representation of color #1CBBC7: hue angle of 184.21º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CBBC7 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 28 187 199 -
CMYK 0.86 0.06 0 0.22
HSL 184.21º 0.75% 0.45% -
HSV(B) 184.21º 0.86% 0.78% -
XYZ 28.56 39.91 60.23 -
YUV 140.83 160.82 47.52 -
System Red Green Blue C M Y K H S L
Decimal 28 187 199 0.86 0.06 0 0.22 184.21 0.75 0.45
Hex 1C BB C7 56 6 0 16 B8 4B 2D
Octal 34 273 307 126 6 0 26 270 113 55
Binary 11100 10111011 11000111 1010110 110 0 10110 10111000 1001011 101101

Color Harmonies of #1CBBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBBC7

Black with #1CBBC7

Text Example


Text Example

White with #1CBBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,187,199); }

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

background-color css

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

 a { background-color: rgb(28,187,199); }

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

border-color css

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

 span { border-color: rgb(28,187,199); }

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