Html Css Color HEX #1CBED7 Iris Blue

📋 copy color: '#1CBED7'

red 28 ◦ green 190 ◦ blue 215

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

Shades of Iris Blue #1CBED7

Tints of Iris Blue #1CBED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.65%

R = 6.47%
G = 43.88%
B = 49.65%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1CBED7 (or 0x1CBED7) is known color: Iris Blue. HEX triplet: 1C, BE and D7. RGB value is (28,190,215). Sum of RGB (Red+Green+Blue) = 28+190+215=433 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.47% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 215 (84.38% from 255 or 49.65% from 433); Max value from RGB is 215 - color contains mainly: blue. Hex color #1CBED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBED7 is #E34128. Grayscale: #909090. Windows color (decimal): -14893353 or 14138908. OLE color: 14138908.

HSL color Cylindrical-coordinate representation of color #1CBED7: hue angle of 188.02º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CBED7 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 28 190 215 -
CMYK 0.87 0.12 0 0.16
HSL 188.02º 0.77% 0.48% -
HSV(B) 188.02º 0.87% 0.84% -
XYZ 31.16 41.98 70.75 -
YUV 144.41 167.83 44.97 -
System Red Green Blue C M Y K H S L
Decimal 28 190 215 0.87 0.12 0 0.16 188.02 0.77 0.48
Hex 1C BE D7 57 C 0 10 BC 4D 30
Octal 34 276 327 127 14 0 20 274 115 60
Binary 11100 10111110 11010111 1010111 1100 0 10000 10111100 1001101 110000

Color Harmonies of #1CBED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBED7

Black with #1CBED7

Text Example


Text Example

White with #1CBED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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