Html Css Color HEX #1CBED8 Iris Blue

📋 copy color: '#1CBED8'

red 28 ◦ green 190 ◦ blue 216

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

Shades of Iris Blue #1CBED8

Tints of Iris Blue #1CBED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.77%

R = 6.45%
G = 43.78%
B = 49.77%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1CBED8 (or 0x1CBED8) is known color: Iris Blue. HEX triplet: 1C, BE and D8. RGB value is (28,190,216). Sum of RGB (Red+Green+Blue) = 28+190+216=434 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.45% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #1CBED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBED8 is #E34127. Grayscale: #909090. Windows color (decimal): -14893352 or 14204444. OLE color: 14204444.

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

Color convert

RGB 28 190 216 -
CMYK 0.87 0.12 0 0.15
HSL 188.3º 0.77% 0.48% -
HSV(B) 188.3º 0.87% 0.85% -
XYZ 31.29 42.03 71.43 -
YUV 144.53 168.33 44.89 -
System Red Green Blue C M Y K H S L
Decimal 28 190 216 0.87 0.12 0 0.15 188.3 0.77 0.48
Hex 1C BE D8 57 C 0 F BC 4D 30
Octal 34 276 330 127 14 0 17 274 115 60
Binary 11100 10111110 11011000 1010111 1100 0 1111 10111100 1001101 110000

Color Harmonies of #1CBED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBED8

Black with #1CBED8

Text Example


Text Example

White with #1CBED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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