Html Css Color HEX #1CBCCF Iris Blue

📋 copy color: '#1CBCCF'

red 28 ◦ green 188 ◦ blue 207

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

Shades of Iris Blue #1CBCCF

Tints of Iris Blue #1CBCCF

RGB

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

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

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

R = 6.62%
G = 44.44%
B = 48.94%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1CBCCF (or 0x1CBCCF) is known color: Iris Blue. HEX triplet: 1C, BC and CF. RGB value is (28,188,207). Sum of RGB (Red+Green+Blue) = 28+188+207=423 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.62% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #1CBCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCCF is #E34330. Grayscale: #8E8E8E. Windows color (decimal): -14893873 or 13614108. OLE color: 13614108.

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

Color convert

RGB 28 188 207 -
CMYK 0.86 0.09 0 0.19
HSL 186.37º 0.76% 0.46% -
HSV(B) 186.37º 0.86% 0.81% -
XYZ 29.72 40.72 65.32 -
YUV 142.33 164.49 46.46 -
System Red Green Blue C M Y K H S L
Decimal 28 188 207 0.86 0.09 0 0.19 186.37 0.76 0.46
Hex 1C BC CF 56 9 0 13 BA 4C 2E
Octal 34 274 317 126 11 0 23 272 114 56
Binary 11100 10111100 11001111 1010110 1001 0 10011 10111010 1001100 101110

Color Harmonies of #1CBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBCCF

Black with #1CBCCF

Text Example


Text Example

White with #1CBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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