Html Css Color HEX #1CBBCF Iris Blue

📋 copy color: '#1CBBCF'

red 28 ◦ green 187 ◦ blue 207

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

Shades of Iris Blue #1CBBCF

Tints of Iris Blue #1CBBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.31%

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

R = 6.64%
G = 44.31%
B = 49.05%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1CBBCF (or 0x1CBBCF) is known color: Iris Blue. HEX triplet: 1C, BB and CF. RGB value is (28,187,207). Sum of RGB (Red+Green+Blue) = 28+187+207=422 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.64% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #1CBBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBBCF is #E34430. Grayscale: #8D8D8D. Windows color (decimal): -14894129 or 13613852. OLE color: 13613852.

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

Color convert

RGB 28 187 207 -
CMYK 0.86 0.10 0 0.19
HSL 186.7º 0.76% 0.46% -
HSV(B) 186.7º 0.86% 0.81% -
XYZ 29.51 40.29 65.25 -
YUV 141.74 164.82 46.87 -
System Red Green Blue C M Y K H S L
Decimal 28 187 207 0.86 0.10 0 0.19 186.7 0.76 0.46
Hex 1C BB CF 56 A 0 13 BB 4C 2E
Octal 34 273 317 126 12 0 23 273 114 56
Binary 11100 10111011 11001111 1010110 1010 0 10011 10111011 1001100 101110

Color Harmonies of #1CBBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBBCF

Black with #1CBBCF

Text Example


Text Example

White with #1CBBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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