Html Css Color HEX #1CBFC6 Iris Blue

📋 copy color: '#1CBFC6'

red 28 ◦ green 191 ◦ blue 198

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

Shades of Iris Blue #1CBFC6

Tints of Iris Blue #1CBFC6

RGB

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

 GREEN value IS 191 (75% from 255) = 45.8%

 BLUE value IS 198 (77.73% from 255) = 47.48%

R = 6.71%
G = 45.8%
B = 47.48%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1CBFC6 (or 0x1CBFC6) is known color: Iris Blue. HEX triplet: 1C, BF and C6. RGB value is (28,191,198). Sum of RGB (Red+Green+Blue) = 28+191+198=417 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.71% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #1CBFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBFC6 is #E34039. Grayscale: #8E8E8E. Windows color (decimal): -14893114 or 13025052. OLE color: 13025052.

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

Color convert

RGB 28 191 198 -
CMYK 0.86 0.04 0 0.22
HSL 182.47º 0.75% 0.44% -
HSV(B) 182.47º 0.86% 0.78% -
XYZ 29.3 41.59 59.91 -
YUV 143.06 159 45.93 -
System Red Green Blue C M Y K H S L
Decimal 28 191 198 0.86 0.04 0 0.22 182.47 0.75 0.44
Hex 1C BF C6 56 4 0 16 B6 4B 2C
Octal 34 277 306 126 4 0 26 266 113 54
Binary 11100 10111111 11000110 1010110 100 0 10110 10110110 1001011 101100

Color Harmonies of #1CBFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBFC6

Black with #1CBFC6

Text Example


Text Example

White with #1CBFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,191,198); }

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

background-color css

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

 a { background-color: rgb(28,191,198); }

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

border-color css

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

 span { border-color: rgb(28,191,198); }

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