Html Css Color HEX #10BEDD Iris Blue

📋 copy color: '#10BEDD'

red 16 ◦ green 190 ◦ blue 221

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

Shades of Iris Blue #10BEDD

Tints of Iris Blue #10BEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 3.75%
G = 44.5%
B = 51.76%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#10BEDD (or 0x10BEDD) is known color: Iris Blue. HEX triplet: 10, BE and DD. RGB value is (16,190,221). Sum of RGB (Red+Green+Blue) = 16+190+221=427 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.75% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #10BEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BEDD is #EF4122. Grayscale: #8D8D8D. Windows color (decimal): -15679779 or 14532112. OLE color: 14532112.

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

Color convert

RGB 16 190 221 -
CMYK 0.93 0.14 0 0.13
HSL 189.07º 0.86% 0.46% -
HSV(B) 189.07º 0.93% 0.87% -
XYZ 31.68 42.16 74.87 -
YUV 141.51 172.85 38.48 -
System Red Green Blue C M Y K H S L
Decimal 16 190 221 0.93 0.14 0 0.13 189.07 0.86 0.46
Hex 10 BE DD 5D E 0 D BD 56 2E
Octal 20 276 335 135 16 0 15 275 126 56
Binary 10000 10111110 11011101 1011101 1110 0 1101 10111101 1010110 101110

Color Harmonies of #10BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BEDD

Black with #10BEDD

Text Example


Text Example

White with #10BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,190,221); }

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

background-color css

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

 a { background-color: rgb(16,190,221); }

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

border-color css

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

 span { border-color: rgb(16,190,221); }

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