Html Css Color HEX #0ABEDE Iris Blue

📋 copy color: '#0ABEDE'

red 10 ◦ green 190 ◦ blue 222

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

Shades of Iris Blue #0ABEDE

Tints of Iris Blue #0ABEDE

RGB

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

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

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

R = 2.37%
G = 45.02%
B = 52.61%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0ABEDE (or 0x0ABEDE) is known color: Iris Blue. HEX triplet: 0A, BE and DE. RGB value is (10,190,222). Sum of RGB (Red+Green+Blue) = 10+190+222=422 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.37% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #0ABEDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABEDE is #F54121. Grayscale: #8B8B8B. Windows color (decimal): -16072994 or 14597642. OLE color: 14597642.

HSL color Cylindrical-coordinate representation of color #0ABEDE: hue angle of 189.06º 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 #0ABEDE is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 190 222 -
CMYK 0.95 0.14 0 0.13
HSL 189.06º 0.91% 0.45% -
HSV(B) 189.06º 0.95% 0.87% -
XYZ 31.72 42.17 75.57 -
YUV 139.83 174.37 35.4 -
System Red Green Blue C M Y K H S L
Decimal 10 190 222 0.95 0.14 0 0.13 189.06 0.91 0.45
Hex A BE DE 5F E 0 D BD 5B 2D
Octal 12 276 336 137 16 0 15 275 133 55
Binary 1010 10111110 11011110 1011111 1110 0 1101 10111101 1011011 101101

Color Harmonies of #0ABEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABEDE

Black with #0ABEDE

Text Example


Text Example

White with #0ABEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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