Html Css Color HEX #0BADD4 Iris Blue

📋 copy color: '#0BADD4'

red 11 ◦ green 173 ◦ blue 212

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

Shades of Iris Blue #0BADD4

Tints of Iris Blue #0BADD4

RGB

 RED value IS 11 (4.69% from 255) = 2.78%

 GREEN value IS 173 (67.97% from 255) = 43.69%

 BLUE value IS 212 (83.2% from 255) = 53.54%

R = 2.78%
G = 43.69%
B = 53.54%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#0BADD4 (or 0x0BADD4) is known color: Iris Blue. HEX triplet: 0B, AD and D4. RGB value is (11,173,212). Sum of RGB (Red+Green+Blue) = 11+173+212=396 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 212 (83.20% from 255 or 53.54% from 396); Max value from RGB is 212 - color contains mainly: blue. Hex color #0BADD4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BADD4 is #F4522B. Grayscale: #808080. Windows color (decimal): -16011820 or 13937931. OLE color: 13937931.

HSL color Cylindrical-coordinate representation of color #0BADD4: hue angle of 191.64º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BADD4 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 11 173 212 -
CMYK 0.95 0.18 0 0.17
HSL 191.64º 0.9% 0.44% -
HSV(B) 191.64º 0.95% 0.83% -
XYZ 26.97 34.71 67.57 -
YUV 129.01 174.83 43.83 -
System Red Green Blue C M Y K H S L
Decimal 11 173 212 0.95 0.18 0 0.17 191.64 0.9 0.44
Hex B AD D4 5F 12 0 11 C0 5A 2C
Octal 13 255 324 137 22 0 21 300 132 54
Binary 1011 10101101 11010100 1011111 10010 0 10001 11000000 1011010 101100

Color Harmonies of #0BADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BADD4

Black with #0BADD4

Text Example


Text Example

White with #0BADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,173,212); }

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

background-color css

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

 a { background-color: rgb(11,173,212); }

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

border-color css

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

 span { border-color: rgb(11,173,212); }

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