Html Css Color HEX #0ABDDA Iris Blue

📋 copy color: '#0ABDDA'

red 10 ◦ green 189 ◦ blue 218

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

Shades of Iris Blue #0ABDDA

Tints of Iris Blue #0ABDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.28%

R = 2.4%
G = 45.32%
B = 52.28%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0ABDDA (or 0x0ABDDA) is known color: Iris Blue. HEX triplet: 0A, BD and DA. RGB value is (10,189,218). Sum of RGB (Red+Green+Blue) = 10+189+218=417 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #0ABDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABDDA is #F54225. Grayscale: #8A8A8A. Windows color (decimal): -16073254 or 14335242. OLE color: 14335242.

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

Color convert

RGB 10 189 218 -
CMYK 0.95 0.13 0 0.15
HSL 188.37º 0.91% 0.45% -
HSV(B) 188.37º 0.95% 0.85% -
XYZ 30.98 41.52 72.71 -
YUV 138.79 172.7 36.14 -
System Red Green Blue C M Y K H S L
Decimal 10 189 218 0.95 0.13 0 0.15 188.37 0.91 0.45
Hex A BD DA 5F D 0 F BC 5B 2D
Octal 12 275 332 137 15 0 17 274 133 55
Binary 1010 10111101 11011010 1011111 1101 0 1111 10111100 1011011 101101

Color Harmonies of #0ABDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABDDA

Black with #0ABDDA

Text Example


Text Example

White with #0ABDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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