Html Css Color HEX #1CBFCE Iris Blue

📋 copy color: '#1CBFCE'

red 28 ◦ green 191 ◦ blue 206

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

Shades of Iris Blue #1CBFCE

Tints of Iris Blue #1CBFCE

RGB

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

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

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

R = 6.59%
G = 44.94%
B = 48.47%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1CBFCE (or 0x1CBFCE) is known color: Iris Blue. HEX triplet: 1C, BF and CE. RGB value is (28,191,206). Sum of RGB (Red+Green+Blue) = 28+191+206=425 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.59% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #1CBFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBFCE is #E34031. Grayscale: #8F8F8F. Windows color (decimal): -14893106 or 13549340. OLE color: 13549340.

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

Color convert

RGB 28 191 206 -
CMYK 0.86 0.07 0 0.19
HSL 185.06º 0.76% 0.46% -
HSV(B) 185.06º 0.86% 0.81% -
XYZ 30.25 41.96 64.9 -
YUV 143.97 163 45.28 -
System Red Green Blue C M Y K H S L
Decimal 28 191 206 0.86 0.07 0 0.19 185.06 0.76 0.46
Hex 1C BF CE 56 7 0 13 B9 4C 2E
Octal 34 277 316 126 7 0 23 271 114 56
Binary 11100 10111111 11001110 1010110 111 0 10011 10111001 1001100 101110

Color Harmonies of #1CBFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBFCE

Black with #1CBFCE

Text Example


Text Example

White with #1CBFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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