Html Css Color HEX #10BBDB Iris Blue

📋 copy color: '#10BBDB'

red 16 ◦ green 187 ◦ blue 219

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

Shades of Iris Blue #10BBDB

Tints of Iris Blue #10BBDB

RGB

 RED value IS 16 (6.64% from 255) = 3.79%

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

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 3.79%
G = 44.31%
B = 51.9%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10BBDB (or 0x10BBDB) is known color: Iris Blue. HEX triplet: 10, BB and DB. RGB value is (16,187,219). Sum of RGB (Red+Green+Blue) = 16+187+219=422 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.79% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #10BBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BBDB is #EF4424. Grayscale: #8B8B8B. Windows color (decimal): -15680549 or 14400272. OLE color: 14400272.

HSL color Cylindrical-coordinate representation of color #10BBDB: hue angle of 189.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BBDB is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 187 219 -
CMYK 0.93 0.15 0 0.14
HSL 189.46º 0.86% 0.46% -
HSV(B) 189.46º 0.93% 0.86% -
XYZ 30.77 40.77 73.26 -
YUV 139.52 172.85 39.9 -
System Red Green Blue C M Y K H S L
Decimal 16 187 219 0.93 0.15 0 0.14 189.46 0.86 0.46
Hex 10 BB DB 5D F 0 E BD 56 2E
Octal 20 273 333 135 17 0 16 275 126 56
Binary 10000 10111011 11011011 1011101 1111 0 1110 10111101 1010110 101110

Color Harmonies of #10BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BBDB

Black with #10BBDB

Text Example


Text Example

White with #10BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10BBDB; }

 p { color: rgb(16,187,219); }

 H1.HeaderClassName
 {
   color: #10BBDB;
 }
 .AnyTagClassName
 {
   color: #10BBDB;
 }
</style>

background-color css

<style>
 a { background-color: #10BBDB; }

 a { background-color: rgb(16,187,219); }

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

border-color css

<style>
 span { border-color: #10BBDB; }

 span { border-color: rgb(16,187,219); }

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