Html Css Color HEX #0ABCDE Iris Blue

📋 copy color: '#0ABCDE'

red 10 ◦ green 188 ◦ blue 222

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

Shades of Iris Blue #0ABCDE

Tints of Iris Blue #0ABCDE

RGB

 RED value IS 10 (4.3% from 255) = 2.38%

 GREEN value IS 188 (73.83% from 255) = 44.76%

 BLUE value IS 222 (87.11% from 255) = 52.86%

R = 2.38%
G = 44.76%
B = 52.86%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0ABCDE (or 0x0ABCDE) is known color: Iris Blue. HEX triplet: 0A, BC and DE. RGB value is (10,188,222). Sum of RGB (Red+Green+Blue) = 10+188+222=420 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #0ABCDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCDE is #F54321. Grayscale: #8A8A8A. Windows color (decimal): -16073506 or 14597130. OLE color: 14597130.

HSL color Cylindrical-coordinate representation of color #0ABCDE: hue angle of 189.62º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABCDE is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 188 222 -
CMYK 0.95 0.15 0 0.13
HSL 189.62º 0.91% 0.45% -
HSV(B) 189.62º 0.95% 0.87% -
XYZ 31.29 41.3 75.43 -
YUV 138.65 175.03 36.24 -
System Red Green Blue C M Y K H S L
Decimal 10 188 222 0.95 0.15 0 0.13 189.62 0.91 0.45
Hex A BC DE 5F F 0 D BE 5B 2D
Octal 12 274 336 137 17 0 15 276 133 55
Binary 1010 10111100 11011110 1011111 1111 0 1101 10111110 1011011 101101

Color Harmonies of #0ABCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABCDE

Black with #0ABCDE

Text Example


Text Example

White with #0ABCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ABCDE; }

 p { color: rgb(10,188,222); }

 H1.HeaderClassName
 {
   color: #0ABCDE;
 }
 .AnyTagClassName
 {
   color: #0ABCDE;
 }
</style>

background-color css

<style>
 a { background-color: #0ABCDE; }

 a { background-color: rgb(10,188,222); }

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

border-color css

<style>
 span { border-color: #0ABCDE; }

 span { border-color: rgb(10,188,222); }

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