Html Css Color HEX #10BDCF Iris Blue

📋 copy color: '#10BDCF'

red 16 ◦ green 189 ◦ blue 207

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

Shades of Iris Blue #10BDCF

Tints of Iris Blue #10BDCF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.87%

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

R = 3.88%
G = 45.87%
B = 50.24%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#10BDCF (or 0x10BDCF) is known color: Iris Blue. HEX triplet: 10, BD and CF. RGB value is (16,189,207). Sum of RGB (Red+Green+Blue) = 16+189+207=412 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.88% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #10BDCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BDCF is #EF4230. Grayscale: #8B8B8B. Windows color (decimal): -15680049 or 13614352. OLE color: 13614352.

HSL color Cylindrical-coordinate representation of color #10BDCF: hue angle of 185.65º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BDCF is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 189 207 -
CMYK 0.92 0.09 0 0.19
HSL 185.65º 0.86% 0.44% -
HSV(B) 185.65º 0.92% 0.81% -
XYZ 29.67 41.01 65.38 -
YUV 139.33 166.19 40.04 -
System Red Green Blue C M Y K H S L
Decimal 16 189 207 0.92 0.09 0 0.19 185.65 0.86 0.44
Hex 10 BD CF 5C 9 0 13 BA 56 2C
Octal 20 275 317 134 11 0 23 272 126 54
Binary 10000 10111101 11001111 1011100 1001 0 10011 10111010 1010110 101100

Color Harmonies of #10BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BDCF

Black with #10BDCF

Text Example


Text Example

White with #10BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,189,207); }

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

background-color css

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

 a { background-color: rgb(16,189,207); }

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

border-color css

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

 span { border-color: rgb(16,189,207); }

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