Html Css Color HEX #1CBDCF Iris Blue

📋 copy color: '#1CBDCF'

red 28 ◦ green 189 ◦ blue 207

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

Shades of Iris Blue #1CBDCF

Tints of Iris Blue #1CBDCF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.58%

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

R = 6.6%
G = 44.58%
B = 48.82%

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

#1CBDCF (or 0x1CBDCF) is known color: Iris Blue. HEX triplet: 1C, BD and CF. RGB value is (28,189,207). Sum of RGB (Red+Green+Blue) = 28+189+207=424 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.60% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #1CBDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBDCF is #E34230. Grayscale: #8E8E8E. Windows color (decimal): -14893617 or 13614364. OLE color: 13614364.

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

Color convert

RGB 28 189 207 -
CMYK 0.86 0.09 0 0.19
HSL 186.03º 0.76% 0.46% -
HSV(B) 186.03º 0.86% 0.81% -
XYZ 29.94 41.15 65.4 -
YUV 142.91 164.16 46.04 -
System Red Green Blue C M Y K H S L
Decimal 28 189 207 0.86 0.09 0 0.19 186.03 0.76 0.46
Hex 1C BD CF 56 9 0 13 BA 4C 2E
Octal 34 275 317 126 11 0 23 272 114 56
Binary 11100 10111101 11001111 1010110 1001 0 10011 10111010 1001100 101110

Color Harmonies of #1CBDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBDCF

Black with #1CBDCF

Text Example


Text Example

White with #1CBDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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