Html Css Color HEX #1CBECF Iris Blue

📋 copy color: '#1CBECF'

red 28 ◦ green 190 ◦ blue 207

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

Shades of Iris Blue #1CBECF

Tints of Iris Blue #1CBECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.71%

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 6.59%
G = 44.71%
B = 48.71%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1CBECF (or 0x1CBECF) is known color: Iris Blue. HEX triplet: 1C, BE and CF. RGB value is (28,190,207). Sum of RGB (Red+Green+Blue) = 28+190+207=425 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.59% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #1CBECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBECF is #E34130. Grayscale: #8F8F8F. Windows color (decimal): -14893361 or 13614620. OLE color: 13614620.

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

Color convert

RGB 28 190 207 -
CMYK 0.86 0.08 0 0.19
HSL 185.7º 0.76% 0.46% -
HSV(B) 185.7º 0.86% 0.81% -
XYZ 30.15 41.58 65.47 -
YUV 143.5 163.83 45.62 -
System Red Green Blue C M Y K H S L
Decimal 28 190 207 0.86 0.08 0 0.19 185.7 0.76 0.46
Hex 1C BE CF 56 8 0 13 BA 4C 2E
Octal 34 276 317 126 10 0 23 272 114 56
Binary 11100 10111110 11001111 1010110 1000 0 10011 10111010 1001100 101110

Color Harmonies of #1CBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBECF

Black with #1CBECF

Text Example


Text Example

White with #1CBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,190,207); }

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

background-color css

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

 a { background-color: rgb(28,190,207); }

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

border-color css

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

 span { border-color: rgb(28,190,207); }

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