Html Css Color HEX #0ABDDF Iris Blue

📋 copy color: '#0ABDDF'

red 10 ◦ green 189 ◦ blue 223

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

Shades of Iris Blue #0ABDDF

Tints of Iris Blue #0ABDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 2.37%
G = 44.79%
B = 52.84%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0ABDDF (or 0x0ABDDF) is known color: Iris Blue. HEX triplet: 0A, BD and DF. RGB value is (10,189,223). Sum of RGB (Red+Green+Blue) = 10+189+223=422 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.37% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #0ABDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABDDF is #F54220. Grayscale: #8B8B8B. Windows color (decimal): -16073249 or 14662922. OLE color: 14662922.

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

Color convert

RGB 10 189 223 -
CMYK 0.96 0.15 0 0.13
HSL 189.58º 0.91% 0.46% -
HSV(B) 189.58º 0.96% 0.87% -
XYZ 31.64 41.79 76.21 -
YUV 139.36 175.2 35.74 -
System Red Green Blue C M Y K H S L
Decimal 10 189 223 0.96 0.15 0 0.13 189.58 0.91 0.46
Hex A BD DF 60 F 0 D BE 5B 2E
Octal 12 275 337 140 17 0 15 276 133 56
Binary 1010 10111101 11011111 1100000 1111 0 1101 10111110 1011011 101110

Color Harmonies of #0ABDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABDDF

Black with #0ABDDF

Text Example


Text Example

White with #0ABDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,189,223); }

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

background-color css

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

 a { background-color: rgb(10,189,223); }

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

border-color css

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

 span { border-color: rgb(10,189,223); }

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