Html Css Color HEX #0BACCF Iris Blue

📋 copy color: '#0BACCF'

red 11 ◦ green 172 ◦ blue 207

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

Shades of Iris Blue #0BACCF

Tints of Iris Blue #0BACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.1%

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

R = 2.82%
G = 44.1%
B = 53.08%

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

#0BACCF (or 0x0BACCF) is known color: Iris Blue. HEX triplet: 0B, AC and CF. RGB value is (11,172,207). Sum of RGB (Red+Green+Blue) = 11+172+207=390 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.82% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #0BACCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BACCF is #F45330. Grayscale: #7F7F7F. Windows color (decimal): -16012081 or 13609995. OLE color: 13609995.

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

Color convert

RGB 11 172 207 -
CMYK 0.95 0.17 0 0.19
HSL 190.71º 0.9% 0.43% -
HSV(B) 190.71º 0.95% 0.81% -
XYZ 26.15 34.08 64.23 -
YUV 127.85 172.66 44.65 -
System Red Green Blue C M Y K H S L
Decimal 11 172 207 0.95 0.17 0 0.19 190.71 0.9 0.43
Hex B AC CF 5F 11 0 13 BF 5A 2B
Octal 13 254 317 137 21 0 23 277 132 53
Binary 1011 10101100 11001111 1011111 10001 0 10011 10111111 1011010 101011

Color Harmonies of #0BACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BACCF

Black with #0BACCF

Text Example


Text Example

White with #0BACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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