Html Css Color HEX #10BECA Iris Blue

📋 copy color: '#10BECA'

red 16 ◦ green 190 ◦ blue 202

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

Shades of Iris Blue #10BECA

Tints of Iris Blue #10BECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.51%

R = 3.92%
G = 46.57%
B = 49.51%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#10BECA (or 0x10BECA) is known color: Iris Blue. HEX triplet: 10, BE and CA. RGB value is (16,190,202). Sum of RGB (Red+Green+Blue) = 16+190+202=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #10BECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BECA is #EF4135. Grayscale: #8B8B8B. Windows color (decimal): -15679798 or 13286928. OLE color: 13286928.

HSL color Cylindrical-coordinate representation of color #10BECA: hue angle of 183.87º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BECA is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 16 190 202 -
CMYK 0.92 0.06 0 0.21
HSL 183.87º 0.85% 0.43% -
HSV(B) 183.87º 0.92% 0.79% -
XYZ 29.29 41.2 62.29 -
YUV 139.34 163.35 40.02 -
System Red Green Blue C M Y K H S L
Decimal 16 190 202 0.92 0.06 0 0.21 183.87 0.85 0.43
Hex 10 BE CA 5C 6 0 15 B8 55 2B
Octal 20 276 312 134 6 0 25 270 125 53
Binary 10000 10111110 11001010 1011100 110 0 10101 10111000 1010101 101011

Color Harmonies of #10BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BECA

Black with #10BECA

Text Example


Text Example

White with #10BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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