Html Css Color HEX #10BBDA Iris Blue

📋 copy color: '#10BBDA'

red 16 ◦ green 187 ◦ blue 218

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

Shades of Iris Blue #10BBDA

Tints of Iris Blue #10BBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.78%

R = 3.8%
G = 44.42%
B = 51.78%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#10BBDA (or 0x10BBDA) is known color: Iris Blue. HEX triplet: 10, BB and DA. RGB value is (16,187,218). Sum of RGB (Red+Green+Blue) = 16+187+218=421 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.80% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #10BBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BBDA is #EF4425. Grayscale: #8B8B8B. Windows color (decimal): -15680550 or 14334736. OLE color: 14334736.

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

Color convert

RGB 16 187 218 -
CMYK 0.93 0.14 0 0.15
HSL 189.21º 0.86% 0.46% -
HSV(B) 189.21º 0.93% 0.85% -
XYZ 30.64 40.71 72.57 -
YUV 139.41 172.35 39.98 -
System Red Green Blue C M Y K H S L
Decimal 16 187 218 0.93 0.14 0 0.15 189.21 0.86 0.46
Hex 10 BB DA 5D E 0 F BD 56 2E
Octal 20 273 332 135 16 0 17 275 126 56
Binary 10000 10111011 11011010 1011101 1110 0 1111 10111101 1010110 101110

Color Harmonies of #10BBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BBDA

Black with #10BBDA

Text Example


Text Example

White with #10BBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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