Html Css Color HEX #0BABCF Iris Blue

📋 copy color: '#0BABCF'

red 11 ◦ green 171 ◦ blue 207

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

Shades of Iris Blue #0BABCF

Tints of Iris Blue #0BABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.96%

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 2.83%
G = 43.96%
B = 53.21%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0BABCF (or 0x0BABCF) is known color: Iris Blue. HEX triplet: 0B, AB and CF. RGB value is (11,171,207). Sum of RGB (Red+Green+Blue) = 11+171+207=389 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.83% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #0BABCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABCF is #F45430. Grayscale: #7E7E7E. Windows color (decimal): -16012337 or 13609739. OLE color: 13609739.

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

Color convert

RGB 11 171 207 -
CMYK 0.95 0.17 0 0.19
HSL 191.02º 0.9% 0.43% -
HSV(B) 191.02º 0.95% 0.81% -
XYZ 25.96 33.7 64.17 -
YUV 127.26 172.99 45.07 -
System Red Green Blue C M Y K H S L
Decimal 11 171 207 0.95 0.17 0 0.19 191.02 0.9 0.43
Hex B AB CF 5F 11 0 13 BF 5A 2B
Octal 13 253 317 137 21 0 23 277 132 53
Binary 1011 10101011 11001111 1011111 10001 0 10011 10111111 1011010 101011

Color Harmonies of #0BABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABCF

Black with #0BABCF

Text Example


Text Example

White with #0BABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,171,207); }

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

background-color css

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

 a { background-color: rgb(11,171,207); }

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

border-color css

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

 span { border-color: rgb(11,171,207); }

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